diff options
| author | levlam <levlam@telegram.org> | 2026-03-30 00:35:27 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2026-03-30 00:35:27 +0300 |
| commit | ca8b41fa8d0e59ff0d83a95f63d7abdcf34b2492 (patch) | |
| tree | a63862569b35fbf1211a0292ab2ef6be4e45caa1 /example | |
| parent | 2821d84d46c4d45804eb291e76f070e99a2876d2 (diff) | |
Add AshokShau/gotdbot to the list of Go examples.
Diffstat (limited to 'example')
| -rw-r--r-- | example/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/README.md b/example/README.md index 39e7abbde..31eefb1c5 100644 --- a/example/README.md +++ b/example/README.md @@ -88,7 +88,8 @@ See [nativescript-tglib](https://github.com/arpit2438735/nativescript-tglib) as TDLib can be used from the Go programming language through the [JSON](https://github.com/tdlib/td#using-json) interface and Cgo, and can be linked either statically or dynamically. Convenient Go wrappers already exist for our JSON interface. -For example, take a look at [github.com/zelenin/go-tdlib](https://github.com/zelenin/go-tdlib) or [github.com/Arman92/go-tdlib](https://github.com/Arman92/go-tdlib), which provide a convenient TDLib client, a generator for TDLib API classes and contain many examples. +For example, take a look at [github.com/AshokShau/gotdbot](https://github.com/AshokShau/gotdbot), [github.com/zelenin/go-tdlib](https://github.com/zelenin/go-tdlib), +or [github.com/Arman92/go-tdlib](https://github.com/Arman92/go-tdlib), which provide a convenient TDLib client, a generator for TDLib API classes and contain many examples. You can also see [github.com/aliforever/go-tdlib](https://github.com/aliforever/go-tdlib) for another examples of TDLib JSON interface integration with Go. |
