[][src]Crate grammers_session

This crate provides the Session trait, which allows client instances to configure themselves with it.

Sessions are used to persist the information required to connect to Telegram to disk, so that the expensive process of initializing the connection has only to be done once.

Structs

TextSession

A basic session implementation, backed by a text file.

Traits

Session

The trait used by session implementations.