Current section

Files

Jump to
telega include telega@model_MessageReactionCountUpdated.hrl
Raw

include/telega@model_MessageReactionCountUpdated.hrl

-record(message_reaction_count_updated, {
chat :: telega@model:chat(),
message_id :: integer(),
date :: integer(),
reactions :: list(telega@model:reaction_count())
}).