Kilian von Pflugk
Kilian von Pflugk
https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1get_chats.html > For optimal performance the number of returned chats is chosen by the library.
native function names are all changed in tdjson.dll or tdjson.so for td_json_client_create and so on
https://github.com/tdlib/td master is 1.6.9
native function names are all changed in tdjson.dll or tdjson.so for td_json_client_create and so on
you can use a older version `"airgram": "^3.1.1"`
all results still point to airgram.io 
https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1get_user.html as normal person you query the Database. what do you need is getUserFullInfo() -> https://airgram.io/api-reference/api-methods/getUserFullInfo
> > Hello, > > Try to call [getChats](https://airgram.io/api-reference/api-methods/getChats) before the `getUser` method. > > Hello @esindger, I work by calling getChats first. > Btw, May I know why? Because...
What do you want to do? Debugging is controlled by `logVerbosityLevel`. `logVerbosityLevel` is specified when creating a new instance.
`api.createPrivateChat()`
the performance of airgram is very good! all functions run in extremely fast c++. TDLib is an advantage from my point of view.