class TelegramBot::MessageReactionUpdated

Included Modules

Defined in:

telegram_bot/types/message_reaction_updated.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def actor_chat : Chat | Nil #

def actor_chat=(actor_chat : Chat | Nil) #

def chat : Chat #

def chat=(chat : Chat) #

def date : Int32 #

def date=(date : Int32) #

def message_id : Int32 #

def message_id=(message_id : Int32) #

def new_reaction : Array(ReactionType) #

def new_reaction=(new_reaction : Array(ReactionType)) #

def old_reaction : Array(ReactionType) #

def old_reaction=(old_reaction : Array(ReactionType)) #

def user : User | Nil #

def user=(user : User | Nil) #