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

Forward messages with the replied reference message #2515

Closed patzu closed 1 year ago

patzu commented 1 year ago

I am forwarding messages from a channel to another channel, but is there a way to forward replied messages too. When i forward a mssage with its corresponding replied message just new messages is sent and not the reference which is replies to. Is this possible in TDLib using Java?

levlam commented 1 year ago

If you forward both replied message and the message, which replies it, then the reply is always kept in forwarded messages in the latest Telegram versions. You need to use the latest TDLib version to access the latest Telegram features.