GetCallbackQueryMessage constructor
const
GetCallbackQueryMessage({})
Returns information about a message with the callback button that originated a callback query; for bots only
Implementation
const GetCallbackQueryMessage({
required this.chatId,
required this.messageId,
required this.callbackQueryId,
});