class

Tourmaline::BotCommandScopeDefault

Inherits JSON::Serializable / Reference / Object

Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.

Constructors

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

Instance methods

type

Scope type, must be default

Source
type=(type : String)

Scope type, must be default

Source