Current section
Files
Jump to
Current section
Files
include/telega@model_SendChatActionParameters.hrl
-record(send_chat_action_parameters, {
chat_id :: telega@model:int_or_string(),
business_connection_id :: gleam@option:option(binary()),
message_thread_id :: gleam@option:option(integer()),
action :: telega@model:chat_action()
}).