Describes the connection of the bot with a business account.
@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() }