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

Changes in updateChatLastMessage Event #2808

Closed JnZn558 closed 5 months ago

JnZn558 commented 8 months ago

Earlier there are property "reply_to_message_id" in this event. Currently I see a change, there is no reply_to_message_id more, reply_to_message_id has been changed into reply_to like below

"reply_to": { "@type": "messageReplyToMessage", "chat_id": xxxxxxxxxxxxxxxx, "message_id": xxxxxxxxxxxxxx }

Are there any Changelog about these changes in pre-announcement about it?

levlam commented 8 months ago

See https://github.com/tdlib/td/blob/fe6201556b8a1c0bdd4f9b25027d294d6efd6eba/td/generate/scheme/td_api.tl#L1299-L1314 for the latest TDLib API scheme.