boybundit / linebot

🤖 SDK for the LINE Messaging API for Node.js
https://www.npmjs.com/package/linebot
MIT License
216 stars 93 forks source link

How can i get the number of how many group does my bot join? #49

Closed zeteticl closed 3 years ago

zeteticl commented 4 years ago

How can i get the number of how many group does my bot join?

WayneChang65 commented 4 years ago

Actually you can not do it by official APIs. But you can do it by yourself with managing all user data which contain group information.