struct Tourmaline::Handlers::HearsHandler::Context

Defined in:

tourmaline/handlers/hears_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(update : Update, context : Middleware::Context, message : Message, text : String, match : Regex::MatchData) #

[View source]

Instance Method Detail

def clone #

[View source]
def context : Middleware::Context #

def copy_with(update _update = @update, context _context = @context, message _message = @message, text _text = @text, match _match = @match) #

[View source]
def match : Regex::MatchData #

def message : Message #

def text : String #

def update : Update #