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

I want to reply to someone in the group #2412

Closed liaoxingquan closed 1 year ago

liaoxingquan commented 1 year ago

I has sett the sendMessage::reply_to_messageid ,But it doesn't seem to work,How should I set it up?

levlam commented 1 year ago

Check that you specified a correct message identifier of a message in the same chat, which was received programmatically from the same TDLib instance.