Botan.io is deprecate and remove.
What's thing do you suggestion alternative of Botan.io for analytic?
You can basically use any statistics service, you just need to implement the wrapper yourself.
Is it possible to use Google Analytics?
What is your suggestion?
https://developers.google.com/analytics/devguides/collection/protocol/v1/
I don't think Google Analytics is good for this, you could use Yandex AppMetrica (which Botan.io used), they have simple and straightforward API but no PHP library available so you're on your own.
Basically, I want to know what useful statistics the analytics service for Bot Telegram can give us? Due to the fact that no one has direct access to user information such as IP, cookie, operating system, etc.
Perhaps the only feature is to understand how many people have become members of the robot during the day, which can be easily understood from the our database.
Do you have any other useful features and do you need to use such statistical tools at all...?
It depends on what kind of a bot you're writing, some can make use of user statistics while other may not.
As a basic statistics tool you can already use build in DB support and just extend it a little to provide more information, then just build proper SQL queries and export data as datasheet which can be displayed as a graph.
Most helpful comment
It depends on what kind of a bot you're writing, some can make use of user statistics while other may not.
As a basic statistics tool you can already use build in DB support and just extend it a little to provide more information, then just build proper SQL queries and export data as datasheet which can be displayed as a graph.