mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-03 05:04:33 +03: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.
|
Represents a raw event. The event is the update itself.
|
||||||
"""
|
"""
|
||||||
|
def resolve(self, client):
|
||||||
|
pass
|
||||||
|
|
||||||
def build(self, update):
|
def build(self, update):
|
||||||
return update
|
return update
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user