Crate grammers_mtproto

Crate grammers_mtproto 

Source
Expand description

This library is an implementation of the Mobile Transport Protocol.

It is capable of efficiently packing enqueued requests into message containers to later be encrypted and transmitted, and processing the server responses to maintain a correct state.

Modules§

authentication
Sans-IO implementation of the process to generate an Authorization Key.
mtp
Implementation of the Mobile Transport Protocol.
transport
Implementation of the several MTProto transports.

Structs§

MsgId
A Message Identifier.

Constants§

DEFAULT_COMPRESSION_THRESHOLD
The default compression threshold to be used.