struct Tourmaline::Handlers::PhotoHandler::Context
- Tourmaline::Handlers::PhotoHandler::Context
- Struct
- Value
- Object
Overview
Handlers with an annotation also need a Context object. This can be a class, struct, or an alias to another type. All that matters is that it exists.
Defined in:
pimspiratie_bot.crConstructors
Instance Method Summary
- #clone
- #copy_with(update _update = @update, message _message = @message, photos _photos = @photos)
- #message : Message
- #photos : Array(PhotoSize)
- #update : Update
Constructor Detail
Instance Method Detail
def copy_with(update _update = @update, message _message = @message, photos _photos = @photos)
#