bots.InvokeWebViewCustomMethod¶
- class pyrogram.raw.functions.bots.InvokeWebViewCustomMethod[source]¶
Send a custom request from a mini bot app, triggered by a web_app_invoke_custom_method event ».
Usable by Users Bots- Details:
Layer:
229ID:
87FC5E7
- Parameters:
bot (
InputUser) – Identifier of the bot associated to the mini bot appcustom_method (
str) – Identifier of the custom method to invokeparams (
DataJSON) – Method parameters
- Returns: