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

add getBotInfo method #68

Open PamornT opened 1 year ago

PamornT commented 1 year ago

add getBotInfo method for get bot basic information it helpful for check chatMode (chat or bot) example result for getBotInfo API { "userId": "Ub9952f8...", "basicId": "@216ru...", "displayName": "Example name", "pictureUrl": "https://obs.line-apps.com/...", "chatMode": "chat", "markAsReadMode": "manual" }

WayneChang65 commented 1 year ago

Hello. This project seems not to be maintained. I've created a fork repo(WayneChang65/linebot2) and added API functions. Check it out and you could consider sending PR for unsupported features. Thanks.