Current section
Files
Jump to
Current section
Files
include/telega@model_SetMessageReactionParameters.hrl
-record(set_message_reaction_parameters, {
chat_id :: telega@model:int_or_string(),
message_id :: integer(),
reaction :: gleam@option:option(list(telega@model:reaction_type())),
is_big :: gleam@option:option(boolean())
}).