miniproto.mtproto.codec.UnencryptedMessage
miniproto.mtproto.codec.UnencryptedMessage
Section titled “miniproto.mtproto.codec.UnencryptedMessage”UnencryptedMessage(msg_id: int, body: ByteBuffer) -> NoneUnencrypted MTProto envelope carrying a message ID and raw body.
Attributes:
- msg_id (
int) – MTProto message ID. - body (
ByteBuffer) – Raw unencrypted message-body view.