Exemplo n.º 1
0
 def decorator(func):
     telethn.add_event_handler(func, events.CallbackQuery(**args))
     return func
Exemplo n.º 2
0
 def decorator(func):
     telethn.add_event_handler(func, events.InlineQuery(**args))
     return func
Exemplo n.º 3
0
 def decorator(func):
     telethn.add_event_handler(func, events.ChatAction(**args))
     return func
Exemplo n.º 4
0
 def decorator(func):
     telethn.add_event_handler(func, events.UserUpdate(**args))
     return func
Exemplo n.º 5
0
 def decorator(func):
     telethn.add_event_handler(func, events.NewMessage(**args))
     return func