getCallbackQueryMessage¶
Returns information about a message with the callback button that originated a callback query; for bots only
getCallbackQueryMessage(
chat_id: int53,
message_id: int53,
callback_query_id: int64
) → Message