Current section

Files

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

include/telega@model@types_SendChatActionParameters.hrl

-record(send_chat_action_parameters, {
chat_id :: telega@model@types:int_or_string(),
business_connection_id :: gleam@option:option(binary()),
message_thread_id :: gleam@option:option(integer()),
action :: telega@model@types:chat_action()
}).