class TelegramBot::BotCommand

Included Modules

Defined in:

telegram_bot/types/bot_command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : String, description : String) #

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

Instance Method Detail

def command : String #

def command=(command : String) #

def description : String #

def description=(description : String) #