Sends a custom request; for bots only
dataJSON#7d748d04 data:string = DataJSON;
---functions---
bots.sendCustomRequest#aa2769ed custom_method:string params:DataJSON = DataJSON;
Name | Type | Description |
---|---|---|
custom_method | string | The method name |
params | DataJSON | JSON-serialized method parameters |
Code | Type | Description |
---|---|---|
400 | METHOD_INVALID | The specified method is invalid |
400 | USER_BOT_INVALID | This method can only be called by a bot |