コード例 #1
0
ファイル: events.py プロジェクト: RoshanHacker/Indianrobot
 def decorator(func):
     telethn.add_event_handler(func, events.CallbackQuery(**args))
     return func
コード例 #2
0
ファイル: events.py プロジェクト: RoshanHacker/Indianrobot
 def decorator(func):
     telethn.add_event_handler(func, events.InlineQuery(**args))
     return func
コード例 #3
0
ファイル: events.py プロジェクト: RoshanHacker/Indianrobot
 def decorator(func):
     telethn.add_event_handler(func, events.ChatAction(**args))
     return func
コード例 #4
0
ファイル: events.py プロジェクト: RoshanHacker/Indianrobot
 def decorator(func):
     telethn.add_event_handler(func, events.UserUpdate(**args))
     return func
コード例 #5
0
ファイル: events.py プロジェクト: RoshanHacker/Indianrobot
 def decorator(func):
     telethn.add_event_handler(func, events.NewMessage(**args))
     return func