sdcdsvsdv423

Results 51 comments of sdcdsvsdv423

What is your environment (Node.js version, TypeScript or JavaScript, OS)? Which example do you run?

I've sent a request to Algolia DocSearch and waiting for response.

Hello, Try to call [getChats](https://airgram.io/api-reference/api-methods/getChats) before the `getUser` method.

> Is there any way to make it an online request Nope. But it's not a problem to invoke `getChats` method one time after starting your application.

At the moment, `wasm` [does not support NodeJs](https://github.com/tdlib/td/issues/621#issuecomment-509854208), so we will wait for updates.

Did you call `getChats()` method before `getUserFullInfo()`?

Hello, Airgram is a wrapper for TDLib that contains the complete API for creating a telegram client. So you can receive all those data. Be aware, application will unstable when...

Is this a recurring error?

Ok, thank you. Will be fixed it in the next release.

Do you receive broken data from TDLib? Can you provide your exactly versions of Node.js, TDLib and ffi-napi?