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

feat: Add new events(memberJoined and memberLeft) info and examples #33

Closed WayneChang65 closed 5 years ago

WayneChang65 commented 5 years ago

Hi linebot team, Thanks for the great project. I'd like to add new Info for new events memberJoined and memberLeft and improve getting userProfile function. It would be help to deal with something when someone who joined/left in the group/room and get userProfile also. Beside, fix the demo file.

I'm looking forward to hearing your review and feedback.

WayneChang65 commented 5 years ago

@boybundit Thanks for the mention. I'll fix it and focus on adding info and examples of the new events(memberJoined and memberLeft) on the PR. About "Profile", we may consider in a separate PR and construct those helper functions as your suggestions. Thanks. I'd really learned much from the project.