pub async fn answer_pre_checkout_query(
pre_checkout_query_id: i64,
error_message: String,
client_id: i32,
) -> Result<(), Error>Expand description
Sets the result of a pre-checkout query; for bots only
ยงArguments
pre_checkout_query_id- Identifier of the pre-checkout queryerror_message- An error message, empty on successclient_id- The client id to send the request to