class Tourmaline::EventHandler
- Tourmaline::EventHandler
- Reference
- Object
Defined in:
tourmaline/event_handler.crConstructors
Instance Method Summary
- #action : UpdateAction
- #filter : Filter | FilterGroup | Nil
- #handle_update(client : Client, update : Update)
Constructor Detail
def self.new(action : UpdateAction, filter : Tourmaline::Filter | Tourmaline::FilterGroup | Nil = nil, &block : Client, Update -> )
#