Aliaksei Levin
Aliaksei Levin
This is fixed in the master version.
@mid-kid https://github.com/tdlib/td/commit/4f4df7c6436085391e0b6d74cc7a54cf274c7edf is also required.
Try to log in in an official mobile app and follow the provided instructions.
The messages isn't sent yet and it doesn't belong to any thread yet.
Is it possible to avoid special handling of `td_core` with ` if ("${TARGET}" STREQUAL "tdcore" AND "${LIBRARY_TYPE}" STREQUAL "INTERFACE_LIBRARY")` and always propagate interface libraries to the final target? The generator...
The error if from the Dart code and not from the library.
You use a third-party wrapper for TDLib. The error likely means that you are trying to send requests to a closed TDLib instance.
Yes, this is a third-party wrapper as the most examples of TDLib usage. > Where can I get a working example of TdLib with Dart? Likely, there is no issue...
You can use only identifiers received from the same TDLib instance. For this you must find the chat in exactly the same way you would do this in a regular...
See https://core.telegram.org/tdlib/getting-started, which covers loading of the chat list among other details.