There are already some threads on the class Telegram API, but none was really helpful.
I'm currently trying to implement it in an Android app in order to send messages through Telegram. The documentation they provide is close to incomprehensible, so do you know any good resource or guide on the API?
It seems to be necessary to instantiate TelegramApi, but this class isn't even included in the telegram .jar archive.
Does anyone have a tip on how to get started with the implementation?