Skip to content

Commit

Permalink
Add more examples.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: cad371faa78a9764ead91640c5c441241c085acd
  • Loading branch information
levlam committed Apr 30, 2019
1 parent 6e95c15 commit 85cfe21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ See [example/ios](https://github.com/tdlib/td/tree/master/example/ios) for an ex

TDLib can be used from the Rust programming language through the [JSON](https://github.com/tdlib/td#using-json) interface.

See [rust-tdlib](https://github.com/lattenwald/rust-tdlib) or [tdjson-rs](https://github.com/mersinvald/tdjson-rs) for an example of TDLib Rust bindings.
See [tdlib-rs](https://github.com/d653/tdlib-rs), [tdlib-futures](https://github.com/yuri91/tdlib-futures), [rust-tdlib](https://github.com/lattenwald/rust-tdlib) or
[tdjson-rs](https://github.com/mersinvald/tdjson-rs) for an example of TDLib Rust bindings.

<a name="erlang"></a>
## Using TDLib in Erlang projects
Expand Down Expand Up @@ -182,7 +183,7 @@ See [telega.el](https://github.com/zevlg/telega.el) for an example of a GNU Emac

TDLib can be used from the Elixir programming language.

See [Elixir TDLib](https://github.com/QuantLayer/elixir-tdlib) for examples of such usage and an Elixir client for TDLib.
See [Elixir TDLib](https://gitlab.com/Fnux/elixir-tdlib) or [Elixir TDLib](https://github.com/QuantLayer/elixir-tdlib) for examples of such usage and an Elixir client for TDLib.
This library contains automatically generated and fully-documented classes for all TDLib API methods and objects.

<a name="1s"></a>
Expand Down

0 comments on commit 85cfe21

Please sign in to comment.