Minor style fix
This commit is contained in:
parent
10c512d39c
commit
5ec9743a1a
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user