🐛 Remove extra ID added
This commit is contained in:
parent
732d64e945
commit
458e128d02
@ -48,7 +48,6 @@ class FutureSalts(TLObject):
|
|||||||
|
|
||||||
def write(self, *args: Any) -> bytes:
|
def write(self, *args: Any) -> bytes:
|
||||||
b = BytesIO()
|
b = BytesIO()
|
||||||
b.write(Int(self.ID, False))
|
|
||||||
|
|
||||||
b.write(Int(self.ID, False))
|
b.write(Int(self.ID, False))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user