class TelegramBot::CallbackQuery

Included Modules

Defined in:

telegram_bot/types/callback_query.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def chat_instance : String #

def chat_instance=(chat_instance : String) #

def data : String | Nil #

def data=(data : String | Nil) #

def from : User #

def from=(from : User) #

def game_short_name : String | Nil #

def game_short_name=(game_short_name : String | Nil) #

def id : String #

def id=(id : String) #

def inline_message_id : String | Nil #

def inline_message_id=(inline_message_id : String | Nil) #

def message : Message | Nil #

def message=(message : Message | Nil) #