class Telecr::Types::CallbackQuery

Overview

Callback query object

Defined in:

api/types.cr

Instance Method Summary

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

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

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

new(raw : Hash(String, JSON::Any)) new

Instance Method Detail

def chat_instance : String | Nil #

[View source]
def data : String | Nil #

[View source]
def from : User | Nil #

[View source]
def from_user? : Bool #

[View source]
def game_short_name : String | Nil #

[View source]
def id : String | Nil #

[View source]
def inline_message? : Bool #

[View source]
def inline_message_id : String | Nil #

[View source]
def message : Message | Nil #

[View source]
def message? : Bool #

[View source]