View Source ExTDLib.Method.AnswerWebAppQuery (ExTDLib v0.0.4)
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 object_ptr<SentWebAppMessage>.
| Name | Type | Description |
|---|---|---|
| web_app_query_id | string | Identifier of the Web App query. |
| result | InputInlineQueryResult | The result of the query. |
More details on telegram's documentation.