tdlib / td

Cross-platform library for building Telegram clients

Home Page:https://core.telegram.org/tdlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to resend messages / get all failed messages in a chat

vkryl opened this issue · comments

For now, there's no option to attempt message resend, when messages are not get delivered because of server issues. Unable to find a way to get all failed messages in a chat (for "Resend X messages" button).

Does this issue have resolution with TDLib 1.4.0 ?

@zevlg It would be closed in that case.

Support for resending messages which failed to send was added in TDLib 1.5.0 via method resendMessages.

Support for getting all failed to send messages was added in TDLib 1.6.5 via the filter searchMessagesFilterFailedToSend.