We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c512d commit 5ec9743Copy full SHA for 5ec9743
1 file changed
pyrogram/raw/core/future_salts.py
@@ -48,6 +48,7 @@ def read(data: BytesIO, *args: Any) -> "FutureSalts":
48
49
def write(self, *args: Any) -> bytes:
50
b = BytesIO()
51
+
52
b.write(Int(self.ID, False))
53
54
b.write(Long(self.req_msg_id))
0 commit comments