AnswerWebAppQuery constructor

AnswerWebAppQuery(
  1. {required String web_app_query_id,
  2. required InputInlineQueryResult result,
  3. int? extra,
  4. int? clientId}
)

Sets the result of interaction with a Web App and sends corresponding message on behalf of the user to the chat from which the query originated; for bots only

Returns SentWebAppMessage

Implementation

AnswerWebAppQuery