2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-10-27 15:26:26 +00:00

Minor style fix

This commit is contained in:
Dan
2022-01-11 16:43:24 +01:00
committed by GitHub
parent 10c512d39c
commit 5ec9743a1a

View File

@@ -48,6 +48,7 @@ class FutureSalts(TLObject):
def write(self, *args: Any) -> bytes:
b = BytesIO()
b.write(Int(self.ID, False))
b.write(Long(self.req_msg_id))