mirror of
https://github.com/pyrogram/pyrogram
synced 2025-10-27 15:26:26 +00:00
Minor style fix
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user