mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
@@ -176,7 +176,7 @@ class MTProtoState:
|
||||
reader = BinaryReader(body)
|
||||
reader.read_long() # remote_salt
|
||||
if reader.read_long() != self.id:
|
||||
raise SecurityError('Server replied with a wrong session ID')
|
||||
raise SecurityError('Server replied with a wrong session ID (see FAQ for details)')
|
||||
|
||||
remote_msg_id = reader.read_long()
|
||||
|
||||
|
Reference in New Issue
Block a user