Current section

Files

Jump to
telega include telega@model@types_DeleteMessageReactionParameters.hrl
Raw

include/telega@model@types_DeleteMessageReactionParameters.hrl

-record(delete_message_reaction_parameters, {
chat_id :: telega@model@types:int_or_string(),
message_id :: integer(),
user_id :: gleam@option:option(integer()),
actor_chat_id :: gleam@option:option(integer())
}).