eilvelia
eilvelia
Images from telegram can be proxied to the outside world https://github.com/telegraf/tg-cdn
> whats the best way to use this with 1000+ bots? The best way would be to write a node.js addon in C++ that uses the TDLib's [ClientActor](https://core.telegram.org/tdlib/docs/classtd_1_1_client_actor.html) API directly.
Yes, the async interface is not used. > I am creating an async (RPC) implementation of tdlib Initially I wanted to make the wrapper fully async for cases like you...
@ItsOnlyMyUsername Your code calls generateChatInviteLink, which no longer exists in TDLib v1.7.9.
It is not possible to log in using a phone number in TDLib v1.7.0 and older versions, so the issue is fixed by updating your TDLib. You can still log...
You can try something like [pkg](https://github.com/zeit/pkg)
did you start clients with the same database?
@IlyaSemenov I think creating process for each client is bad idea. > in the Telegram Bot API, each TDLib instance handles more than 19000 active bots simultaneously. If you create...
@ip if you use only one client, you shouldn't get a crash (I received `{ _: 'error', code: 3, message: 'Message must be non-empty' }` error)
@IlyaSemenov I tested with `ffi` instead of `ffi-napi`. It also works very unstable with multiple clients. Sometimes I see strange errors like this: ``` node(4701,0x700013e1c000) malloc: *** error for object...