class TelegramBot::Models::CallbackQuery
- TelegramBot::Models::CallbackQuery
- TelegramBot::Models::Base
- Reference
- Object
Overview
https://core.telegram.org/bots/api#callbackquery
Defined in:
telegram_bot/models.crConstructors
-
.new(pull : JSON::PullParser)
https://core.telegram.org/bots/api#callbackquery
Instance Method Summary
- #chat_instance : String
- #chat_instance=(chat_instance : String)
- #data : String | Nil
- #data=(data : String | Nil)
- #from : User
- #from=(from : User)
- #game_short_name : String | Nil
- #game_short_name=(game_short_name : String | Nil)
- #id : String
- #id=(id : String)
- #inline_message_id : String | Nil
- #inline_message_id=(inline_message_id : String | Nil)
- #message : Message | Nil
- #message=(message : Message | Nil)