tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.13k stars 1.45k forks source link

TDWeb usage docs? #542

Closed mnb3000 closed 5 years ago

mnb3000 commented 5 years ago

tdlib 1.4.0 ships with TDWeb lib, any usage docs available?

levlam commented 5 years ago

What exactly do you need beyond available in https://www.npmjs.com/package/tdweb?

mnb3000 commented 5 years ago

Can TDWeb be used within node.js environment? If so, only with native ES modules, or CommonJS is also available

mnb3000 commented 5 years ago

Ok, now I see that it's supposed to be used with webpack inside browser environment.

levlam commented 5 years ago

tdweb is for web, browsers only.

In Node.js you could use TDLib directly. We have now 7 Node.js wrappers in the examples.

mnb3000 commented 5 years ago

Thanks a lot, haven't seen those wrappers