Sends a custom request; for bots only
Method schema is available as of layer 62. Switch ยป
Parameters
Name |
Type |
Description |
custom_method |
string |
The method name |
params |
DataJSON |
JSON-serialized method parameters |
Result
DataJSON
Possible errors
Code |
Type |
Description |
400 |
DATA_JSON_INVALID |
The provided JSON data is invalid. |
400 |
METHOD_INVALID |
The specified method is invalid. |
403 |
USER_BOT_INVALID |
User accounts must provide the bot method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts. |
400 |
USER_BOT_REQUIRED |
This method can only be called by a bot. |
Bots can use this method