using normal requests for telegram API -


i have used telegram bot api. api easy. send request(as json) server , server respond our request json , process json. want use telegram api (not bot) , read many topics api on telegram site still don't know how use api's method. example in bot api sending message make curl request address below:

api.telegram.org/bot{toke}/sendmessage?chat_id=45654&text=hello 

but don't know how use main api. presented list of methods , gave me 2 ip address don't know how use methods. tl language used in api? how can use it? why can't use normal requests? how should start using telegram api? how can test telegram api? simple method.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -