telegram-bot-ruby
telegram-bot-ruby copied to clipboard
how can i get count of my bot members?
Hello!
how can i get count of my bot members? have any api for this ability?
Thanks :D
A simple solution could be:
The first time a user start converse with the bot, for example when he does /start
, you could register it somewhere, like in a db, and when you need to count them you simply access the db.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.