Current section

Files

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

include/telega@model@types_DeleteAllMessageReactionsParameters.hrl

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