Aliaksei Levin
Aliaksei Levin
It will make impossible for TDLib to manage these files as part of application cache. They will never be deleted by optimizeStorage and will not be returned by getStorageStatistics. It...
Do you expect that TDLib will clean user's gallery if it is specified in `additionalScanFolders`? It's too dangerous to delete any file outside TDLib's file directory, because the file may...
Creating a hardlink or copying the file after it was downloaded is a good idea for now. Currently, there is no way to ask TDLib to create a file outside...
@laitianxu If you pass `setTdlibParameters.useStorageOptimizer=false` and never explicitly call `optimizeStorage`, then files are deleted only when the corresponding message is permanently deleted.
Possibly, it is a bug in tdbot conversion of lua objects to JSON arrays.
If another message is copied, then message identifier of that message was specified. `MessageForwardOriginChannel` contains identifier of the original channel chat and identifier of a message in that channel.
The error is likely to be in your code. You need to recheck everything again. If this will not help, you can send log with verbosity level 4 to @tdlib_bot.
The issue is now more clear, but I still need TDLib logs with verbosity level 4.
``` forward_info = messageForwardInfo { origin = messageForwardOriginChat { sender_chat_id = -1001439193008 author_signature = "копировальщик" } date = 1623756349 public_service_announcement_type = "" from_chat_id = 0 from_message_id = 0 } ```...
Thanks, for pointing this out. The problem is that all clients must be consistent with each other: there is no reason to allow to send something that can't be seen...