View Source Telegex.Type.BusinessConnection (Telegex v1.8.0)

Describes the connection of the bot with a business account.

Summary

Types

@type t() :: %Telegex.Type.BusinessConnection{
  can_reply: boolean(),
  date: integer(),
  id: String.t(),
  is_enabled: boolean(),
  user: Telegex.Type.User.t(),
  user_chat_id: integer()
}