Current section
Files
Jump to
Current section
Files
include/telega@model_MessageReactionUpdated.hrl
-record(message_reaction_updated, {
chat :: telega@model:chat(),
message_id :: integer(),
user :: gleam@option:option(telega@model:user()),
actor_chat :: gleam@option:option(telega@model:chat()),
date :: integer(),
old_reaction :: list(telega@model:reaction_type()),
new_reaction :: list(telega@model:reaction_type())
}).