How to get Telegram Bot statistics?

Nick picture Nick · Nov 17, 2016 · Viewed 10.7k times · Source

Does exists any way to get bot's statistics with API or with web interface or with BotFather? Or I must to collect statistics by processing updates from bot API?

ps. Currently I store statistics in Redis by processing updates from bot API, but I wish find better way.

Answer

aslantorret picture aslantorret · Jan 30, 2018

As aleix said there is no official support. After several days of research I've found the solutions for all platform bots, including telegram: