Represents the scope of bot commands, covering a specific chat.
@type t() :: %Telegex.Type.BotCommandScopeChat{ chat_id: integer() | String.t(), type: String.t() }