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

Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.

Summary

Types

@type t() :: %Telegex.Type.BotCommandScopeChatAdministrators{
  chat_id: integer() | String.t(),
  type: String.t()
}