eilvelia / tdl

Node.js bindings to TDLib 🥒
MIT License
411 stars 53 forks source link

what's the latest supported layer? #130

Closed Lucienest closed 1 year ago

Lucienest commented 1 year ago

The latest layer is 150, do u support it? is this library automatically compatible with future layers??

eilvelia commented 1 year ago
Lucienest commented 1 year ago
  • This library is merely a binding to TDLib and does not require a specific version of TDLib; to get newer Telegram features, you update TDLib (independently of tdl). So, the latest TDLib is supported.
  • TDLib does not provide access to the raw Telegram API, it's more useful to speak in terms of TDLib versions rather than underlying mtproto layers.

so what about #91 has it been implemented??

eilvelia commented 1 year ago

That only affects the way the library communicates with TDLib and does not change any available features.

Lucienest commented 1 year ago

That only affects the way the library communicates with TDLib and does not change any available features.

is there a possibility that the current TDLib JSON interface will be deprecated in near future? making this lib unusable with the latest version.

eilvelia commented 1 year ago

Then this library will be updated quickly to use the new interface, it isn't difficult.