struct Tourmaline::Handlers::CommandHandler::Context
- Tourmaline::Handlers::CommandHandler::Context
- Struct
- Value
- Object
Defined in:
tourmaline/handlers/command_handler.crConstructors
Instance Method Summary
- #botname : Bool
- #clone
- #command : String
- #context : Middleware::Context
- #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)
- #edit : Bool
- #message : Message
- #raw_text : String
- #text : String
- #update : Update
Constructor Detail
def self.new(update : Update, context : Middleware::Context, message : Message, command : String, text : String, raw_text : String, botname : Bool, edit : Bool)
#
Instance Method Detail
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)
#