Function tdlib_rs::functions::send_web_app_custom_request
source · pub async fn send_web_app_custom_request(
bot_user_id: i64,
method: String,
parameters: String,
client_id: i32
) -> Result<CustomRequestResult, Error>
Expand description
Sends a custom request from a Web App
§Arguments
bot_user_id
- Identifier of the botmethod
- The method nameparameters
- JSON-serialized method parametersclient_id
- The client id to send the request to