pwrtelegram | A Node.js Library for the PWRTelegram User API | REST library
kandi X-RAY | pwrtelegram Summary
kandi X-RAY | pwrtelegram Summary
This library allows you to invoke Telegram's core API methods, using PWRTelegram API as a mediator. This allows one to build user bots.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of pwrtelegram
pwrtelegram Key Features
pwrtelegram Examples and Code Snippets
Community Discussions
Trending Discussions on pwrtelegram
QUESTION
I'm trying to set my bot's typing status by sending the following POST
request (based on the API docs):
https://api.telegram.org/bot{{botToken}}/setTyping
ANSWER
Answered 2018-Sep-17 at 17:47The link you have mentioned above belongs to Telegram Core APIs which is used for handling ordinary accounts of Telegram. These so-called Core APIs are not related to Telegram Bot APIs.
The only API that is somehow similar to SetTyping for bots is AnswerCallbackQuery, which can be used only when responding to the user's interaction with inline keyboards. (you can send a text to the user, saying that there is a process running in the background and whenever the user's answer is ready, you can send it using APIs like sendMessage)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pwrtelegram
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page