AnswerGuestQuery constructor
AnswerGuestQuery({
- required int guestQueryId,
- InputInlineQueryResult? result,
Implementation
AnswerGuestQuery({required this.guestQueryId, this.result});