Does anyone have a simple telegram client example written in C# that can be run on android?
- I found simple java example for android: https://github.com/androidmads/TelegramBotSample
- I found simple C# example for console application: https://github.com/tdlib/td
But I need a simple example that I can just download and run for android.
Ok, the things is even more complicated for C# android. Steps that I currently made: