tdlib
tdlib copied to clipboard
Flutter Plugin for TDLib (Telegram Database Library)
The installation of the package creates a file generated_plugin_registrant.dart with wrong paths (which makes it impossible to start the project in any way) also please fix the example for ios...
hey , Great package , can we stream telegram videos , or if possible can we get a callback or something for download or upload progress ??
Could you provide a documentation to help us easily implement the stuff
``` flutter run Using hardware rendering with device sdk gphone64 arm64. If you notice graphics artifacts, consider enabling software rendering with "--enable-software-rendering". Launching lib/main.dart on sdk gphone64 arm64 in debug...
I've noticed new method in version 1.5.9. It is not useful to it's max extent I think. For instance, if I recieve an update of a draft with `UpdateChatDraftMessage` that...
How can I listen to the stream of the telegram updates? Although it is one of the main functionality, it should be implemented in the package i think?
Trying to go through authorisation flow, I can see that documentation has a [method for bot auth](https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1check_authentication_bot_token.html), but it is not in this tdlib implementation. Does anyone know, is there...