AnswerWebAppQuery constructor
AnswerWebAppQuery({
- required String webAppQueryId,
- InputInlineQueryResult? result,
Implementation
AnswerWebAppQuery({required this.webAppQueryId, this.result});