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 tomessage_id- Message identifiercallback_query_id- Identifier of the callback queryclient_id- The client id to send the request to