ExGram.Model.BusinessConnection (ex_gram v0.55.1)

View Source

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

t()

@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()
}

Functions

decode_as()