View Source ExTDLib.Method.SendCustomRequest (ExTDLib v0.0.4)

Sends a custom request; for bots only. Returns object_ptr<CustomRequestResult>.

NameTypeDescription
methodstringThe method name.
parametersstringJSON-serialized method parameters.

More details on telegram's documentation.