class Tourmaline::Handlers::UpdateHandler

Defined in:

tourmaline/handlers/update_handler.cr

Constant Summary

ANNOTATION = On

Constructors

Instance Method Summary

Instance methods inherited from class Tourmaline::EventHandler

call(client : Client, update : Update) call, group : String group, priority : Int32 priority

Constructor methods inherited from class Tourmaline::EventHandler

new(group = :default, priority = 0) new

Constructor Detail

def self.new(actions, group = :default, priority = 0, &block : Context -> ) #

[View source]

Instance Method Detail

def actions : Array(UpdateAction) #

[View source]
def call(client : Client, update : Update) #

[View source]