line-bot-sdk-dotnet
line-bot-sdk-dotnet copied to clipboard
Add support for issue link token.
https://developers.line.me/en/reference/messaging-api/#issue-link-token
The following methods should be added to LineBot class and interface:
Task<string> GetLinkToken(string userId)Task<string> GetLinkToken(IUser user)