Current section
Files
Jump to
Current section
Files
include/telega@model@types_BusinessConnection.hrl
-record(business_connection, {
id :: binary(),
user :: telega@model@types:user(),
user_chat_id :: integer(),
date :: integer(),
rights :: gleam@option:option(telega@model@types:business_bot_rights()),
is_enabled :: boolean()
}).