struct Tourmaline::Handlers::InlineQueryHandler::Context
- Tourmaline::Handlers::InlineQueryHandler::Context
- Struct
- Value
- Object
Defined in:
tourmaline/handlers/inline_query_handler.crConstructors
Instance Method Summary
- #clone
- #context : Middleware::Context
- #copy_with(update _update = @update, context _context = @context, query _query = @query, match _match = @match)
- #match : Regex::MatchData
- #query : InlineQuery
- #update : Update
Constructor Detail
def self.new(update : Update, context : Middleware::Context, query : InlineQuery, match : Regex::MatchData)
#
Instance Method Detail
def copy_with(update _update = @update, context _context = @context, query _query = @query, match _match = @match)
#