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 get account quota, and get number of sent messages. #40

Closed stu01509 closed 4 years ago

stu01509 commented 5 years ago

Add feature to get number of sent messages.

WayneChang65 commented 5 years ago

@stu01509 Hi Cliff, Thanks for your PR for our linebot users. The functions you added, the name like get"Send"ReplyMessage change to be getSentReplyMessages could make sense a bit. (getNumOfSentReplyMessages or getSentReplyMessagesCount could be better but a bit long~) Because that means it's used for getting number of has already sent messages. On the other hand, if it's possible, please add example codes to demo.js. That'll help users use them easily. Finally, do not forget code for test. Any ideas?

boybundit commented 4 years ago

Thanks! 😄