linebot
linebot copied to clipboard
add getBotInfo method
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" }
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.