From 3cfab538cddeca41f9cd5616ba432c051458d2f5 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 30 Apr 2019 01:15:33 +0300 Subject: [PATCH] Add telega.el to the list of examples. GitOrigin-RevId: 685bf588a8d513cdc7cd637b09c9ce84dcc569e1 --- example/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/example/README.md b/example/README.md index 11805b4ed..21904b7ea 100644 --- a/example/README.md +++ b/example/README.md @@ -22,6 +22,7 @@ Choose your preferred programming language to see examples of usage and a detail - [PHP](#php) - [Lua](#lua) - [Ruby](#ruby) +- [Emacs Lisp](#emacslisp) - [D](#d) - [Elixir](#elixir) - [1ะก](#1s) @@ -164,6 +165,13 @@ TDLib can be used from the Ruby programming language through the [JSON](https:// See [tdlib-ruby](https://github.com/centosadmin/tdlib-ruby) for examples of Ruby bindings and a client for TDLib. See [example/ruby](https://github.com/tdlib/td/tree/master/example/ruby) for an example of logging in to Telegram using TDLib and `tdlib-ruby` gem. + +## Using TDLib in Emacs Lisp projects + +TDLib can be used from the Emacs Lisp programming language. + +See [telega.el](https://github.com/zevlg/telega.el) for an example of a GNU Emacs Telegram client. + ## Using TDLib in Elixir projects