Function get_callback_query_message

Source
pub async fn get_callback_query_message(
    chat_id: i64,
    message_id: i64,
    callback_query_id: i64,
    client_id: i32,
) -> Result<Message, Error>
Expand description

Returns information about a message with the callback button that originated a callback query; for bots only

ยงArguments

  • chat_id - Identifier of the chat the message belongs to
  • message_id - Message identifier
  • callback_query_id - Identifier of the callback query
  • client_id - The client id to send the request to