mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2026-09-13 04:05:58 +00:00
Dispatch updates to event handlers
This commit is contained in:
@@ -22,7 +22,7 @@ class Raw(EventBuilder):
|
||||
assert all(isinstance(x, type) for x in types)
|
||||
self.types = tuple(types)
|
||||
|
||||
def resolve(self, client):
|
||||
async def resolve(self, client):
|
||||
pass
|
||||
|
||||
def build(self, update):
|
||||
|
||||
Reference in New Issue
Block a user