class TelegramBot::Models::BotCommand

Defined in:

telegram_bot/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from class TelegramBot::Models::Base

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def command : String #

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

[View source]
def description : String #

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

[View source]