AnswerGuestQuery constructor

AnswerGuestQuery({
  1. required int guestQueryId,
  2. InputInlineQueryResult? result,
})

Implementation

AnswerGuestQuery({required this.guestQueryId, this.result});