#
tdlib
Here are 115 public repositories matching this topic...
DanGNU
commented
Sep 14, 2020
Telega Setup
OS: Arch Linux
Emacs: 27.1 (x86_64-pc-linux-gnu)
Telega: telega v0.6.29 (TDLib v1.6.6) (telega-server v0.6.3)
MELPA: 20200903.1506
Current Behavior
When a message is selected to reply, and if that message is modified, the extra text will stay over the prompt and won't be possible to remove it.
Steps to Reproduce
Strict typed library to create Telegram apps with Typescript/JavaScript (based on TDLib 1.6)
-
Updated
Sep 1, 2021 - TypeScript
Telegram API JS (MTProto) client library for Node.js and browser
api
client
library
browser
telegram
messenger
telegram-api
lib
mtproto
telegram-web
tdlib
telegram-online
telegram-api-js
-
Updated
Aug 15, 2021 - JavaScript
Python client for the Telegram's tdlib
python
telegram
telegram-bot
telegram-api
telegram-cli
telegram-bots
telegram-bot-api
tdlib
tdlib-python
python-telegram
-
Updated
Sep 3, 2021 - Python
tdakkota
commented
Aug 6, 2021
Description
It would be very helpful if we add some E2E/platform-specific workflow to check WASM support using Chrome.
References
Node.js bindings to TDLib.
wrapper
telegram
telegram-api
webassembly
wasm
bindings
td
client-api
ffi-bindings
node-addon
tdlib
tdjson
libtdjson
tglib
-
Updated
Feb 16, 2021 - JavaScript
C#/.NET Core bindings for TDLib (Telegram MTProto API)
-
Updated
Aug 22, 2021 - C#
Flutter Plugin for TDLib (Telegram Database Library)
-
Updated
Jul 26, 2021 - Dart
Ruby bindings and client for TDLib
-
Updated
Aug 22, 2021 - Ruby
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
-
Updated
Sep 4, 2021 - C++
Depecher - Unofficial Sailfish OS client for Telegram based on tdlib
-
Updated
Apr 28, 2020 - C++
A Java Wrapper for TDLib or TDLight
java
telegram
telegram-bot
telegram-api
mtproto
telegram-bots
telegram-bot-api
telegrambot
tdlib
tdlib-java
telegram-java-api
-
Updated
Aug 24, 2021 - Java
TDLib fork focused on keeping a low memory usage and high performance.
-
Updated
Sep 10, 2021 - C++
Kotlin Multiplatform TDLib (Telegram Database library) client
android
kotlin
java
telegram
telegram-api
kotlin-android
multiplatform
kotlin-jvm
tdlib
kotlin-multiplatform
-
Updated
Aug 22, 2021 - Kotlin
TDLib Binding with Telegram Bot API Reimplemention for Node.js
-
Updated
Aug 31, 2021 - JavaScript
A telegram client for android created using tdlib library and built with Jetpack Compose
-
Updated
May 11, 2021 - Kotlin
NodeJS API for the TDLib. It helps you build your own Telegram Client, support Secret Chat
-
Updated
Dec 23, 2018 - JavaScript
A basic interface between tdlib and lua
-
Updated
Jun 6, 2020 - C++
Improve this page
Add a description, image, and links to the tdlib topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tdlib topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I think people may prefer to have the ability to cancel their requests at any time.
Describe the solution you'd like
Add
context.Contextto every func/method that involves network operations.Describe alternatives you've considered
N/A
Additional context
This isn't a difficult feature to imple