mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
@@ -33,7 +33,7 @@ class Vector(bytes, TLObject):
|
||||
def _read(b: BytesIO) -> Union[int, Any]:
|
||||
try:
|
||||
return TLObject.read(b)
|
||||
except KeyError:
|
||||
except ValueError:
|
||||
b.seek(-4, 1)
|
||||
return Int.read(b)
|
||||
|
||||
|
Reference in New Issue
Block a user