As a beginner trying to develop a messaging application using jquery mobile/phonegap app , I wanted to make a call to a method in the Telegram API.
Can I make a call form javascript to the telegram api? The api library is in java so how would I instantiate the object of such a library in my phone gap app since I'm not using native android or xcode for development?
Thanks so much for your time