Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

dlemstra/line-bot-sdk-dotnet

Repository files navigation

line-bot-sdk-dotnet

Build Status GitHub license Twitter URL Donate

SDK for the LINE Messaging API for .NET standard.

About the LINE Messaging API

See the official API documentation for more information.

English: https://devdocs.line.me/en/
Japanese: https://devdocs.line.me/ja/

Supported Platforms

  • .NET Standard 2.0 and higher

Installation

The package for this library is available on NuGet:

Package Version Downloads
Line.Bot.SDK NuGet NuGet

Example

An example of how to use the library can be found here: line-bot-sdk-dotnet-sample.