I want to detect a typing status of my telegra bot user
updateUserTyping, messages.setTyping, and messages.setEncryptedTyping are the avaialble methods in telegram TLD library but these are all only avaible to Telegram API not for Telegram bot API.Is there any way to add similar feature in bot api also?