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

Get Group Name #28

Closed WayneChang65 closed 5 years ago

WayneChang65 commented 6 years ago

Thank you for the good module of LINE bot. I've used bot.on('join',...) and bot.on('message',...) to store and manage groups which linebot is in. But how to get group name directly? (I mean boybundit/linebot function) Is it available now? Thanks.