miniproto.auth.key_exchange.AuthKeyTransport.send_unencrypted
miniproto.auth.key_exchange.AuthKeyTransport.send_unencrypted
Section titled “miniproto.auth.key_exchange.AuthKeyTransport.send_unencrypted”send_unencrypted(body: bytes) -> bytesSend an unencrypted MTProto body and return the response body.
Parameters:
- body (
bytes) – Serialized unencrypted MTProto request body.