class TelegramBot::MessageReactionCountUpdated

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 chat : Chat #

def chat=(chat : Chat) #

def date : Int32 #

def date=(date : Int32) #

def message_id : Int32 #

def message_id=(message_id : Int32) #

def reactions : Array(ReactionCount) #

def reactions=(reactions : Array(ReactionCount)) #