AnswerWebAppQuery constructor
const
AnswerWebAppQuery({
- required String webAppQueryId,
- required InputInlineQueryResult result,
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
Implementation
const AnswerWebAppQuery({
required this.webAppQueryId,
required this.result,
});