Current section

Files

Jump to
telega include telega@model_MessageReactionUpdated.hrl
Raw

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())
}).