Skip to content

miniproto.mtproto.codec.DecodedEncryptedMessage

miniproto.mtproto.codec.DecodedEncryptedMessage

Section titled “miniproto.mtproto.codec.DecodedEncryptedMessage”
DecodedEncryptedMessage(auth_key_id: bytes, server_salt: int, session_id: int, msg_id: int, seq_no: int, body: ByteBuffer, padding: ByteBuffer) -> None

Authenticated encrypted MTProto envelope with decrypted body and padding.

Attributes: