nv.tdlib.native 1.8.49

dotnet add package nv.tdlib.native --version 1.8.49
                    
NuGet\Install-Package nv.tdlib.native -Version 1.8.49
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="nv.tdlib.native" Version="1.8.49" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nv.tdlib.native" Version="1.8.49" />
                    
Directory.Packages.props
<PackageReference Include="nv.tdlib.native" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add nv.tdlib.native --version 1.8.49
                    
#r "nuget: nv.tdlib.native, 1.8.49"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package nv.tdlib.native@1.8.49
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=nv.tdlib.native&version=1.8.49
                    
Install as a Cake Addin
#tool nuget:?package=nv.tdlib.native&version=1.8.49
                    
Install as a Cake Tool

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:

    Platform Package
    Linux x86-64 (Ubuntu 22.04) NuGet
    Windows x86-64 NuGet
    macOS AArch64 NuGet
    macOS x86-64 NuGet
    All NuGet

    The tdlib.native package depends on the latest versions of each platform, so the resulting application will work on any supported platform.

  • 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

This package doesn't bundle certain dependencies, and they are expected to be provided by the user's environment.

On Ubuntu 22.04, the TDLib version provided by tdlib.native is compiled against OpenSSL 3.0.

On macOS, the TDLib version provided by tdlib.native is compiled against OpenSSL 3.0.

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

Documentation

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.8.49 684 5/14/2025
1.0.1 522 5/14/2025

[Removed]

- (Breaking change!) The package for Ubuntu 20.04 (OpenSSL v1.1) is no longer maintained nor updated (because the corresponding GitHub runner is no longer available (https://github.com/actions/runner-images/issues/11101)).