[][src]Module grammers_mtproto::transports

Implementation of the several MTProto transports.

Structs

TransportAbridged

The lightest MTProto transport protocol available. This is an implementation of the abridged transport.

TransportFull

The basic MTProto transport protocol. This is an implementation of the full transport.

TransportIntermediate

A light MTProto transport protocol available that guarantees data padded to 4 bytes. This is an implementation of the intermediate transport.

Traits

Decoder

The trait used by the decoder part of a concrete transport.

Encoder

The trait used by the encoder part of a concrete transport.

Transport

The trait used by the transports to create instances of themselves.