struct Tourmaline::Handlers::CommandHandler::Context

Defined in:

tourmaline/handlers/command_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(update : Update, context : Middleware::Context, message : Message, command : String, text : String, raw_text : String, botname : Bool, edit : Bool) #

[View source]

Instance Method Detail

def botname : Bool #

def clone #

[View source]
def command : String #

def context : Middleware::Context #

def copy_with(update _update = @update, context _context = @context, message _message = @message, command _command = @command, text _text = @text, raw_text _raw_text = @raw_text, botname _botname = @botname, edit _edit = @edit) #

[View source]
def edit : Bool #

def message : Message #

def raw_text : String #

def text : String #

def update : Update #