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
)