tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

unable to get content for MessageUnsupported #2661

Closed eugeneRover closed 12 months ago

eugeneRover commented 12 months ago

Question is how get content for MessageUnsupported (I use latest build of tdlib - 1.8.20).

Once it was received (via UpdateMessageContent) after GetChatHistory call, but at next program launch when I call GetChatHistory, it receives the same MessageUnsupported again, but no any UpdateMessageContent.

I know, tdlib utilizes local DB, maybe updated content of the message is stored in that DB ? I tried GetMessageLocally and ViewMessages (with different sources) calls, but still not result (no content, and no updates).

micl2e2 commented 12 months ago

Similar issues here.

Also found out that all quoted messages, or similar messages carrying any feature introduced by latest release, will all be categorized into messageUnsupported. Updating TDLib to latest version does not help.

Does TDLib plan to support those new features in subsequent releases?

Vadis00 commented 12 months ago

The answer is here - https://github.com/tdlib/td/issues/2657#issuecomment-1789638698

micl2e2 commented 12 months ago

@Vadis00 Thanks!

eugeneRover commented 12 months ago

After release 1.8.21, messages are being received OK, no MessageUnsupported