View Source ExGram.Model.BusinessConnection (ex_gram v0.52.2)

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{
  can_reply: boolean(),
  date: integer(),
  id: String.t(),
  is_enabled: boolean(),
  user: ExGram.Model.User.t(),
  user_chat_id: integer()
}

Functions