LineBot.SDK
0.1.7
.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package LineBot.SDK -Version 0.1.7
dotnet add package LineBot.SDK --version 0.1.7
<PackageReference Include="LineBot.SDK" Version="0.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LineBot.SDK --version 0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LineBot.SDK, 0.1.7"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install LineBot.SDK as a Cake Addin
#addin nuget:?package=LineBot.SDK&version=0.1.7
// Install LineBot.SDK as a Cake Tool
#tool nuget:?package=LineBot.SDK&version=0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
C# LineBotSDK
You can see the gitbook, and I will introduce all of functions for LineBotSDK.
Gitbook url
LineBotSDK nuget url
Example url
Now support functions :
MessageUtility:
PushTextMessage
PushImageMessage
PushVideoMessage
PushStickerMessage
PushAudioMessage
PushLocationMessage
PushImagemapMessage
LiffControl:
AddingLIFFApp
UpdateLIFFApp
GetAllLIFFApps
DeleteLIFFApp
DeleteAllLIFFApps
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 11.0.2)
- RestSharp (>= 105.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.0 | 1,258 | 2/21/2019 |
0.1.9 | 414 | 2/21/2019 |
0.1.8 | 706 | 7/25/2018 |
0.1.7 | 582 | 7/22/2018 |
0.1.6 | 577 | 7/22/2018 |
0.1.5 | 584 | 7/22/2018 |
0.1.4 | 572 | 7/22/2018 |
0.1.3 | 730 | 7/20/2018 |
0.1.2 | 683 | 7/15/2018 |
0.1.1 | 701 | 7/15/2018 |
0.1.0 | 689 | 7/15/2018 |
0.0.9 | 673 | 7/15/2018 |
0.0.8 | 659 | 7/14/2018 |
0.0.7 | 752 | 7/14/2018 |
0.0.6 | 882 | 7/13/2018 |
0.0.5 | 789 | 7/13/2018 |
0.0.4 | 798 | 7/13/2018 |
0.0.3 | 735 | 6/15/2018 |
0.0.2 | 785 | 6/15/2018 |
0.0.1 | 828 | 6/15/2018 |
LineBot SDK for .NET example: https://github.com/Martin-Hsu/LineBotSDK_Example