struct Tourmaline::Handlers::ChosenInlineResultHandler::Context

Defined in:

tourmaline/handlers/chosen_inline_result_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(update : Update, context : Middleware::Context, result : ChosenInlineResult, match : Regex::MatchData | Nil) #

[View source]

Instance Method Detail

def clone #

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

def copy_with(update _update = @update, context _context = @context, result _result = @result, match _match = @match) #

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

def result : ChosenInlineResult #

def update : Update #