struct Tourmaline::Handlers::ChosenInlineResultHandler::Context
- Tourmaline::Handlers::ChosenInlineResultHandler::Context
- Struct
- Value
- Object
Defined in:
tourmaline/handlers/chosen_inline_result_handler.crConstructors
Instance Method Summary
- #clone
- #context : Middleware::Context
- #copy_with(update _update = @update, context _context = @context, result _result = @result, match _match = @match)
- #match : Regex::MatchData | Nil
- #result : ChosenInlineResult
- #update : Update
Constructor Detail
def self.new(update : Update, context : Middleware::Context, result : ChosenInlineResult, match : Regex::MatchData | Nil)
#
Instance Method Detail
def copy_with(update _update = @update, context _context = @context, result _result = @result, match _match = @match)
#