line-bot-sdk-dotnet icon indicating copy to clipboard operation
line-bot-sdk-dotnet copied to clipboard

SDK for the LINE Messaging API for .NET Standard

Results 12 line-bot-sdk-dotnet issues
Sort by recently updated
recently updated
newest added

https://developers.line.biz/en/reference/messaging-api/#upload-rich-menu-image Line offical upload image using https://api-data.line.me domain

enhancement
up for grabs
good first issue

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.

up for grabs
good first issue

See https://developers.line.biz/en/reference/messaging-api/#uri-action

enhancement
up for grabs
good first issue

https://developers.line.biz/en/reference/messaging-api/#member-left-event

enhancement
up for grabs
good first issue

https://developers.line.biz/en/reference/messaging-api/#member-joined-event

enhancement
up for grabs
good first issue

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)`

enhancement
up for grabs
good first issue

https://developers.line.me/en/reference/messaging-api/#imagemap-message

enhancement
up for grabs
good first issue

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)

enhancement
up for grabs

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...

enhancement
up for grabs
good first issue