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