grammers-client

Crates.iogrammers-client
lib.rsgrammers-client
version0.7.0
sourcesrc
created_at2020-01-31 12:03:46.878473
updated_at2024-09-17 16:33:11.082962
descriptionA high level client to interact with Telegram's API.
homepagehttps://github.com/Lonami/grammers
repositoryhttps://github.com/Lonami/grammers
max_upload_size
id203612
size507,435
Lonami (Lonami)

documentation

https://docs.rs/grammers-client

README

grammers-client

This library is a higher-level interface to interact with Telegram's API.

It contains the code necessary to create a client, connect to the API and make Remote Procedure Calls (RPC) to it, such as signing in or sending a message.

The library is in development, but new releases are only cut rarely. Specifying the dependency from the git repository is recommended:

grammers-client = { git = "https://github.com/Lonami/grammers" }

Please note that traits across versions are not always compatible. If you depend on other grammers- crates, be sure all of them use a compatible version (e.g. all of them using git).

Note that grammers-tl-types (needed to client.invoke "raw" functions) is currently re-exported from within this crates, so it's easier to use the re-export than to depend on the crate separatedly:

use grammers_client::grammers_tl_types as tl;
Commit count: 956

cargo fmt