This package browser is in early development. Mind the rough edges.

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.

Installation

Install the latest version of tdlib as follows:

guix install tdlib

Or install a particular version:

guix install tdlib@1.8.52-0.5c77c46

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/tdlib/badges/latest-version.svg)](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]]