Skip to content

answer_web_app_query

Use this method to set the result of an interaction with a Web App and

Parameters

Returns

SentWebAppMessage

Examples

  • Required Parameters
await bot.answer_web_app_query(
    web_app_query_id=your_web_app_query_id_here,
    result=your_result_here
)