7 releases (breaking)

0.7.0 Sep 17, 2024
0.6.0 May 3, 2024
0.5.0 Nov 18, 2023
0.4.0 Oct 14, 2022
0.1.0 Jan 31, 2020

#201 in Web programming

Download history 105/week @ 2024-08-19 78/week @ 2024-08-26 37/week @ 2024-09-02 84/week @ 2024-09-09 238/week @ 2024-09-16 123/week @ 2024-09-23 175/week @ 2024-09-30 20/week @ 2024-10-07 218/week @ 2024-10-14 149/week @ 2024-10-21 213/week @ 2024-10-28 240/week @ 2024-11-04 431/week @ 2024-11-11 305/week @ 2024-11-18 140/week @ 2024-11-25 118/week @ 2024-12-02

1,051 downloads per month
Used in 4 crates

MIT/Apache

1MB
15K SLoC

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;

Dependencies

~6–16MB
~209K SLoC