linebot icon indicating copy to clipboard operation
linebot copied to clipboard

add getBotInfo method

Open PamornT opened this issue 3 years ago • 1 comments

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" }

PamornT avatar Oct 15 '22 12:10 PamornT

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.

WayneChang65 avatar Oct 16 '22 13:10 WayneChang65