class TelegramBot::Update

Defined in:

telegram_bot/types/update.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def callback_query : TelegramBot::CallbackQuery | Nil #

[View source]
def callback_query=(_callback_query : TelegramBot::CallbackQuery | Nil) #

[View source]
def channel_post : TelegramBot::Message | Nil #

[View source]
def channel_post=(_channel_post : TelegramBot::Message | Nil) #

[View source]
def chosen_inline_result : TelegramBot::ChosenInlineResult | Nil #

[View source]
def chosen_inline_result=(_chosen_inline_result : TelegramBot::ChosenInlineResult | Nil) #

[View source]
def edited_channel_post : TelegramBot::Message | Nil #

[View source]
def edited_channel_post=(_edited_channel_post : TelegramBot::Message | Nil) #

[View source]
def edited_message : TelegramBot::Message | Nil #

[View source]
def edited_message=(_edited_message : TelegramBot::Message | Nil) #

[View source]
def inline_query : TelegramBot::InlineQuery | Nil #

[View source]
def inline_query=(_inline_query : TelegramBot::InlineQuery | Nil) #

[View source]
def message : TelegramBot::Message | Nil #

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

[View source]
def pre_checkout_query : TelegramBot::PreCheckoutQuery | Nil #

[View source]
def pre_checkout_query=(_pre_checkout_query : TelegramBot::PreCheckoutQuery | Nil) #

[View source]
def shipping_query : TelegramBot::ShippingQuery | Nil #

[View source]
def shipping_query=(_shipping_query : TelegramBot::ShippingQuery | Nil) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def update_id : Int32 #

[View source]
def update_id=(_update_id : Int32) #

[View source]