class Telecr::Types::CallbackQuery

Defined in:

api/types.cr

Constructors

Instance Method Summary

Instance methods inherited from class Telecr::Types::BaseType

inspect(io : IO) : Nil inspect, to_h : Hash(String, JSON::Any) to_h

Constructor methods inherited from class Telecr::Types::BaseType

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def chat_instance : String #

[View source]
def chat_instance=(chat_instance : String) #

[View source]
def data : String | Nil #

[View source]
def data=(data : String | Nil) #

[View source]
def from : User #

[View source]
def from=(from : User) #

[View source]
def from_user? : Bool #

[View source]
def game_short_name : String | Nil #

[View source]
def game_short_name=(game_short_name : String | Nil) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def inline_message? : Bool #

[View source]
def inline_message_id : String | Nil #

[View source]
def inline_message_id=(inline_message_id : String | Nil) #

[View source]
def message : Message | Nil #

[View source]
def message=(message : Message | Nil) #

[View source]
def message? : Bool #

[View source]