struct Tourmaline::Handlers::HearsHandler::Context
- Tourmaline::Handlers::HearsHandler::Context
- Struct
- Value
- Object
Defined in:
tourmaline/handlers/hears_handler.crConstructors
Instance Method Summary
- #clone
- #context : Middleware::Context
- #copy_with(update _update = @update, context _context = @context, message _message = @message, text _text = @text, match _match = @match)
- #match : Regex::MatchData
- #message : Message
- #text : String
- #update : Update
Constructor Detail
def self.new(update : Update, context : Middleware::Context, message : Message, text : String, match : Regex::MatchData)
#
Instance Method Detail
def copy_with(update _update = @update, context _context = @context, message _message = @message, text _text = @text, match _match = @match)
#