Search code examples
apitelegramtelegram-api

Telegram bot status


I'm wondering if it provides Telegram API the ability to set the status of bots "Online" or "Writes"?

I tried to find information about this on the Internet, but there are no results.


Solution

  • No, this is not possible


    From the bot introduction page #4:

    1. How are bots different from humans?
      • Bots have no online status and no last seen timestamps, the interface shows the label 'bot' instead.
      • ...
      • Bots never eat, sleep or complain (unless expressly programmed otherwise).