Expand description

Implementation of the several MTProto transports. This layer is responsible for taking serialized messages from the MTP and packing them in a format that can be sent over a protocol, such as TCP, HTTP or UDP.

Structs

Enums

  • The error type reported by the different transports when something is wrong.

Traits

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