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

Sends a custom request from a Web App. Returns object_ptr<CustomRequestResult>.

NameTypeDescription
bot_user_idstringIdentifier of the bot.
methodstringThe method name.
parametersstringJSON-serialized method parameters.

More details on telegram's documentation.