vkryl

Results 30 issues of vkryl

`@Nullable String path` in `DownloadFile` would allow implementing features such as: - Download folder setting (without need in restarting & moving all already downloaded files to a new directory manually...

Local Database size grows over time. It grows very fast when you receive messages with Instant View (or subscribed to some channels). For now there's no option to optimize local...

feature request

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...

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

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