Closed eugeneRover closed 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?
The answer is here - https://github.com/tdlib/td/issues/2657#issuecomment-1789638698
@Vadis00 Thanks!
After release 1.8.21, messages are being received OK, no MessageUnsupported
Question is how get content for
MessageUnsupported
(I use latest build of tdlib - 1.8.20).Once it was received (via
UpdateMessageContent
) afterGetChatHistory
call, but at next program launch when I callGetChatHistory
, it receives the sameMessageUnsupported
again, but no anyUpdateMessageContent
.I know,
tdlib
utilizes local DB, maybe updated content of the message is stored in that DB ? I triedGetMessageLocally
andViewMessages
(with different sources) calls, but still not result (no content, and no updates).