tdlib
Cross-platform library for building Telegram clients
Tdlib is a cross-platform library for creating custom Telegram clients following the official Telegram API. It can be easily used from almost any programming language with a C-FFI and features first-class support for high performance Telegram Bot creation.
- Versions: 1.8.57
- Website: https://core.telegram.org/tdlib
- Licenses: Boost 1.0
- Package source: gnu/packages/telegram.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of tdlib as follows:
guix install tdlib
Or install a particular version:
guix install tdlib@1.8.57
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of tdlib about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/tdlib'><img src='https://packages.guix.gnu.org/packages/tdlib/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/tdlib)
Example Org:
[[https://packages.guix.gnu.org/packages/tdlib][https://packages.guix.gnu.org/packages/tdlib/badges/latest-version.svg]]