class Tourmaline::BotCommand
inherits Reference
#
This object represents a bot command.
Included modules
JSON::Serializable
Constructors#
Methods#
#command : String
#
: String
Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.
#command=(command : String)
#
(command : String)
Text of the command; 1-32 characters. Can contain only lowercase English letters, digits and underscores.