What is meant by Telegram Bot API? Does Web API and this API are different?
TELEGRAM BOT API
hey @Mohit2000 ,
It a simple API , a bit different from Web API .
You just need to download python-telegram-bot , and use the same as shown in to code .
Its like creating another api for everytime we run for a particular bot.
I hope this helps.
What is meant by an API in general? It just give responses?
An API is just a url which either works like something or provides a data , mostly in json format.
These are some special urls , which takes some data in the url itself and returns some other data that can be used to perform , or work on some other task.