Oleg
Oleg
This library is crap. It doesn't work. I keep getting an error when sending a method to TdLib: Unhandled Exception: 'package:tdlib/src/client/platform/io/io_platform.dart': Failed assertion: line 60 pos 12: '_client != null':...
This is the tdlib library in dart. It is taken from the repository as is. And it does not work. After executing the 'send' method, after some time the console...
The example with the library was taken from the repository: https://github.com/ivk1800/tdlib-dart.git. Is this a third-party wrapper? The link to this repository with examples is in the current section. The first...
I'm trying to get a chat after authorization "_client?.send(const td.GetChat(chatId: 1219159675))". I get the error: "Failed to load chat 1219159675 from database from load_dialog: Not found. Receive error for query:...
How can I find the chat?
How can I get a list of chats so that I can select the desired chat to send a message? I can't find a working example that shows the entire...