AnswerWebAppQuery constructor

AnswerWebAppQuery({
  1. required String webAppQueryId,
  2. InputInlineQueryResult? result,
})

Implementation

AnswerWebAppQuery({required this.webAppQueryId, this.result});