class

Tourmaline::BotCommandScopeAllPrivateChats

Inherits JSON::Serializable / Reference / Object

Represents the scope of bot commands, covering all private chats.

Constructors

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

Instance methods

type

Scope type, must be all_private_chats

Source
type=(type : String)

Scope type, must be all_private_chats

Source