td icon indicating copy to clipboard operation
td copied to clipboard

Cross-platform library for building Telegram clients

Results 156 td issues
Sort by recently updated
recently updated
newest added

Hello! After today's update on 23 Jan (0.22.4.1270-arm64-v8a) I can't open the app because of the issue on the screenshot below. The app has working accounts and I don't have...

If I send message with url like https://ru.m.wikipedia.org/wiki/Моральный_кодекс_строителя_коммунизма#История_создания , new message gets `web_page` attached in the message content, however url of the web_page appears without "История_создания" caption. Here is the...

Here it loads for a long time: https://github.com/tdlib/td/blob/master/example/web/tdweb/src/wasm-utils.js#L125 It seems that this is 100% processor load. @levlam It looks like the assembly is not cached and starts over.

Currently, only option to start file generation is to either send `InputFileGenerated` through one of `InputMessageContent` types, or by passing it to the `UploadFile` method. However, in some cases, there's...

TDLib has nice `updateUnreadMessageCount`, which gives info about total number of unread messages. However there is no way (except for scanning all the chats) to get number of total unread...

feature request

Hello! Some months ago i tried to make a Telegram client for Granite library (elementary OS) but the problem is that there is no Vapi out there, but I tried...

Hello, tell me how to assemble, or maybe use ready? libtdjson.so works great on linux, but does not work on android ""/home/kivy/4/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/ctypes/__init__.py", line 356, in __init__ OSError: dlopen failed: "/data/data/org.bte.bte/files/lib/libtdjson.so"...

Hi. I am about to launch an unofficial Telegram client and I would love to know whether someone uses it to decide if it's reasonable to continue development. Is there...

Something like `SetFilesDirectory (bool move_files)`. I'm not sure if there'd be any need in such method, if TDLib would have had an ability to set `path` for each `DownloadFile` (#379)....

feature request

It seems that sticker messages are included in media upload queue. i.e. If you are sending a file, sticker messages are delayed until the file finishes uploading. However, sticker files...