Definition
Session state
The persistent authentication and connection state an MTProto client holds.
It is why Telegram access does not scale like stateless HTTP: concurrency is bounded by the protocol, not by your hardware.
Glossary
The persistent authentication and connection state an MTProto client holds.
It is why Telegram access does not scale like stateless HTTP: concurrency is bounded by the protocol, not by your hardware.