class Tourmaline::MenuButtonCommands

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(type : String) #

[View source]

Instance Method Detail

def type : String #

Type of the button, must be commands


[View source]
def type=(type : String) #

Type of the button, must be commands


[View source]