class

Tourmaline::BotCommandScopeAllChatAdministrators

Inherits JSON::Serializable / Reference / Object

Represents the scope of bot commands, covering all group and supergroup chat administrators.

Constructors

new(type : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type

Scope type, must be all_chat_administrators

Source
type=(type : String)

Scope type, must be all_chat_administrators

Source