td

Repackaged Telegram client database delivered via JitPack, enabling straightforward dependency inclusion and concise build instructions for integrating the native Telegram database library into applications.

Android
JVM
iOS
macOS
GitHub stars10
Authorstdlibx
Dependents1
LicenseApache License 2.0
Creation dateover 6 years ago

Last activity2 months ago
Latest release1.8.56-RC9 (2 months ago)

Telegram Database library for Android

This is a library fetched from the original TdLib for publishing it in Jitpack.

TDLib can be build following instruction.

How to

To get the library into your build:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

dependencies {
  implementation 'com.github.tdlibx:td:1.8.56'
}
Android
JVM
iOS
macOS
GitHub stars10
Authorstdlibx
Dependents1
LicenseApache License 2.0
Creation dateover 6 years ago

Last activity2 months ago
Latest release1.8.56-RC9 (2 months ago)

Telegram Database library for Android

This is a library fetched from the original TdLib for publishing it in Jitpack.

TDLib can be build following instruction.

How to

To get the library into your build:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

Step 2. Add the dependency

dependencies {
  implementation 'com.github.tdlibx:td:1.8.56'
}