class Tourmaline::Handlers::CallbackQueryHandler

Defined in:

tourmaline/handlers/callback_query_handler.cr

Constant Summary

ANNOTATION = OnCallbackQuery

Constructors

Instance Method Summary

Instance methods inherited from class Tourmaline::EventHandler

call(update : Update) call, client : Client client, client=(client : Client) client=, client? : Client | Nil client?

Constructor Detail

def self.new(pattern : String | Regex, &block : Context -> ) #

[View source]

Instance Method Detail

def call(update : Update) #

[View source]
def pattern : Regex #

[View source]
def pattern=(pattern : Regex) #

[View source]