mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Begin updating the way updates are built
This commit is contained in:
@@ -19,5 +19,5 @@ class Raw(EventBuilder):
|
||||
print(update.stringify())
|
||||
"""
|
||||
@classmethod
|
||||
def _build(cls, update, others=None, self_id=None, *todo, **todo2):
|
||||
def _build(cls, client, update, entities):
|
||||
return update
|
||||
|
Reference in New Issue
Block a user