bots.sendCustomRequest
Sends a custom request; for bots only
Example
TL schema
Parameters
Name | Type | Description |
custom_method | The method name | |
params | JSON-serialized method parameters |
Result
Possible errors
Code | Type | Description |
400 | METHOD_INVALID | The specified method is invalid |
400 | USER_BOT_INVALID | This method can only be called by a bot |
Can bots use this methd ?
yes
Related pages
Last updated