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

telegram.org's tdlib documentation is outdated #2311

Closed vincentneo closed 1 year ago

vincentneo commented 1 year ago

There's no reference of reactions field or messageReaction type in the auto generated references it seems.

https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1message_interaction_info.html

AYMENJD commented 1 year ago

On site documentation is outdated, instead use: https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl.

vincentneo commented 1 year ago

Thanks. Will the on site documentation be updated in the future?

AYMENJD commented 1 year ago

Yes, on site documentation TDLib version is 1.8.0. And it get updated on every minor version release.

vincentneo commented 1 year ago

Ok got it, thanks for the reply.