Current section

Files

Jump to
telega include telega@model_BusinessConnection.hrl
Raw

include/telega@model_BusinessConnection.hrl

-record(business_connection, {
id :: binary(),
user :: telega@model:user(),
user_chat_id :: integer(),
date :: integer(),
can_reply :: boolean(),
is_enabled :: boolean()
}).