class

Tourmaline::MenuButtonCommands

Inherits JSON::Serializable / Reference / Object

Represents a menu button, which opens the bot's list of commands.

Constructors

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

Instance methods

type

Type of the button, must be commands

Source
type=(type : String)

Type of the button, must be commands

Source