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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -