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

For now TDLib instances do not help each other while finding their way to Telegram servers. Sharing some configuration between instances could improve some cases: - When user has multiple...

Mobile clients allow viewing group members list offline, TDLib requires network access for both `GroupFull` (basic groups) and `GetSupergroupMembers` (supergroups) after launch. For basic groups there's already `updateBasicGroupFullInfo`, for `GetSupergroupMembers`...

feature request

For some links, due to the server bug, Instant View request fails on the second attempt returning 404 Not Found. This issue can be reproduced in Telegram X for Android...

When joining channels on some mobile Telegram clients there's local "You joined channel" message. However, there's no such message when joining channels through TDLib.

feature request

Mobile clients cache wallpapers list locally. Currently TDLib has no cache in `GetWallpapers` request. This somewhat limits UI implementation of wallpaper selection (e.g. on iOS client it displayed top wallpapers...

feature request

There're user reports saying that you can rename contacts without connection on other mobile clients, but you can't in TDLib. I can't confirm if it works properly in Android client...

feature request

Build failure on Big Endian architectures (ppc64, s390x): ```c++ [27/346] cd /builddir/build/BUILD/td-1.3.0/td/generate && /builddir/build/BUILD/td-1.3.0/ppc64-redhat-linux-gnu/td/generate/generate_common FAILED: td/generate/CMakeFiles/tl_generate_common cd /builddir/build/BUILD/td-1.3.0/td/generate && /builddir/build/BUILD/td-1.3.0/ppc64-redhat-linux-gnu/td/generate/generate_common Unsupported tl-schema verdion -1 ```

Hi. Could not send more than 3 inline button rows in "replyMarkupInlineKeyboard" type (at sendMessage method) ! This code works well: ``` assert(tdbot_function({ ["@type"]="sendMessage", chat_id=msg.chat_id, reply_to_message_id=msg.id, disable_notification=false, from_background=true, reply_markup={ ["@type"]="replyMarkupInlineKeyboard",...

I'm trying to compile the java client on Linux Mint 17.2, 64 bit. Installing dependencies went find, had to add new repos for G++ and CMake because the version in...

In some telegram messenger such as iOS telegram client and mac telegram client, the caption for VideoNote is present and is shown as expected (So it basically supports caption). But...