View Source ExTDLib.Method.SendCustomRequest (ExTDLib v0.0.4)
Sends a custom request; for bots only. Returns object_ptr<CustomRequestResult>.
| Name | Type | Description |
|---|---|---|
| method | string | The method name. |
| parameters | string | JSON-serialized method parameters. |
More details on telegram's documentation.