tdlib.native

NuGet packaging for tdlib: Telegram client library.


Keywords
telegram, dotnet, library, nuget
License
BSL-1.0
Install
Install-Package tdlib.native -Version 1.8.21

Documentation

tdlib.native

This is a project to pack TDLib (the Telegram Database library) binaries built for several platforms:

We aim to create a transparent process with no manual intervention, where every artifact is produced in a clean CI environment, and uploaded automatically.

Getting Started

  • Install the latest package (all binaries packed for .NET SDK) from NuGet: NuGet
  • Download the latest binaries from the Releases section

If using .NET, then you'll probably need to also install tdsharp, and then use the library through the provided API.

For other technologies or if you don't want to use tdsharp in .NET, you can just download the binaries and then use them in a manner your technology allows to use dynamically loaded libraries. Consult the TDLib documentation for further directions.

Library Dependencies

On Windows, Microsoft Visual C++ Redistributable of version 2019 or higher is required by TDLib.

Documentation