View Source ExTDLib.Method.SendWebAppCustomRequest (ExTDLib v0.0.4)
Sends a custom request from a Web App. Returns object_ptr<CustomRequestResult>.
| Name | Type | Description |
|---|---|---|
| bot_user_id | string | Identifier of the bot. |
| method | string | The method name. |
| parameters | string | JSON-serialized method parameters. |
More details on telegram's documentation.