mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-18 19:16:43 +00:00
Let events.Raw.resolve() be a no-op
This commit is contained in:
parent
cfc5ecfded
commit
098602ca13
@ -155,6 +155,9 @@ class Raw(_EventBuilder):
|
||||
"""
|
||||
Represents a raw event. The event is the update itself.
|
||||
"""
|
||||
def resolve(self, client):
|
||||
pass
|
||||
|
||||
def build(self, update):
|
||||
return update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user