Current section
Files
Jump to
Current section
Files
include/telega@model@types_MessageReactionCountUpdated.hrl
-record(message_reaction_count_updated, {
chat :: telega@model@types:chat(),
message_id :: integer(),
date :: integer(),
reactions :: list(telega@model@types:reaction_count())
}).