class TelegramBot::Update

Included Modules

Defined in:

telegram_bot/types/update.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def callback_query : TelegramBot::CallbackQuery | Nil #

def callback_query=(callback_query : TelegramBot::CallbackQuery | Nil) #

def channel_post : TelegramBot::Message | Nil #

def channel_post=(channel_post : TelegramBot::Message | Nil) #

def chosen_inline_result : TelegramBot::ChosenInlineResult | Nil #

def chosen_inline_result=(chosen_inline_result : TelegramBot::ChosenInlineResult | Nil) #

def edited_channel_post : TelegramBot::Message | Nil #

def edited_channel_post=(edited_channel_post : TelegramBot::Message | Nil) #

def edited_message : TelegramBot::Message | Nil #

def edited_message=(edited_message : TelegramBot::Message | Nil) #

def inline_query : TelegramBot::InlineQuery | Nil #

def inline_query=(inline_query : TelegramBot::InlineQuery | Nil) #

def message : TelegramBot::Message | Nil #

def message=(message : TelegramBot::Message | Nil) #

def pre_checkout_query : TelegramBot::PreCheckoutQuery | Nil #

def pre_checkout_query=(pre_checkout_query : TelegramBot::PreCheckoutQuery | Nil) #

def shipping_query : TelegramBot::ShippingQuery | Nil #

def shipping_query=(shipping_query : TelegramBot::ShippingQuery | Nil) #

def update_id : Int32 #

def update_id=(update_id : Int32) #