How to use the telegram API to create a chat application?

I want to create a chat application for android using the available telegram API. I am new to using an external library. Can someone give me a little idea on how to use the API to create a chat application? Where do I put ApiId and Api hashes? Application still crashing

+7
android api
source share
1 answer

the full text on the telegram is available on github..print it from the telegram website ... import the project into the android studio. Find the API key in the src files .... replace the telegram key with your own key ..

+10
source share

All Articles