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

replyToMessageId #2684

Closed ZdGram closed 10 months ago

ZdGram commented 11 months ago

Why can't the bot reply to the message (reply_to_message_id)

levlam commented 11 months ago

It can. Check https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl for the correct way to send replies using TDLib API.