View Source ExGram.Model.BusinessConnection (ex_gram v0.55.0)
Describes the connection of the bot with a business account.
Check the documentation of this model in https://core.telegram.org/bots/api#businessconnection
Summary
Types
@type t() :: %ExGram.Model.BusinessConnection{ date: integer(), id: String.t(), is_enabled: boolean(), rights: ExGram.Model.BusinessBotRights.t() | nil, user: ExGram.Model.User.t(), user_chat_id: integer() }