class TelegramBot::Models::CallbackQuery

Overview

https://core.telegram.org/bots/api#callbackquery

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

https://core.telegram.org/bots/api#callbackquery


[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 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_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]