Function answer_pre_checkout_query

Source
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 query
  • error_message - An error message, empty on success
  • client_id - The client id to send the request to