line-bot-sdk-dotnet
line-bot-sdk-dotnet copied to clipboard
SDK for the LINE Messaging API for .NET Standard
https://developers.line.biz/en/reference/messaging-api/#upload-rich-menu-image Line offical upload image using https://api-data.line.me domain
https://developers.line.biz/en/reference/messaging-api/#get-group-summary
The current code uses a `Guard` class but this should be refactored to `Throw`. An example implementation can be found here: https://github.com/dlemstra/Magick.NET/blob/master/Source/Magick.NET/Shared/Helpers/Throw.cs.
See https://developers.line.biz/en/reference/messaging-api/#uri-action
https://developers.line.biz/en/reference/messaging-api/#member-left-event
https://developers.line.biz/en/reference/messaging-api/#member-joined-event
https://developers.line.me/en/reference/messaging-api/#issue-link-token The following methods should be added to `LineBot` class and interface: - `Task GetLinkToken(string userId)` - `Task GetLinkToken(IUser user)`
https://developers.line.me/en/reference/messaging-api/#imagemap-message
https://developers.line.me/en/docs/messaging-api/using-quick-reply/ This issue is split into the following issues: - [ ] Add QuickReplyButton (#15) - [ ] Add QuickReply (#16)
This issue is part of #11 and describes what should be done to create QuickReply: In the folder `Messages\Shared` and new class called `QuickReply` should be created. This class should...