I made a telegram client library, more precisely tdlib via ffi and I made a sample tdlib gram application with flutter



This content originally appeared on DEV Community and was authored by AzkaDev

I actually created it a long time ago, but it had a lot of dependencies and didn’t work. So, I decided to recreate it.

Here’s the repository link:

https://github.com/azkadev/telegram_client

This is an example. It’s not yet publicly available, but I’ll publish the code.

Repo: https://github.com/azkadev/tdlib_gram


This content originally appeared on DEV Community and was authored by AzkaDev