Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
先日の LINE Developer Day 2017 での発表を受け、以下の機能をサポートするように LineMessagingAPI.CSharp をサンプルをアップデートしました。
GitHub: https://github.com/kenakamu/line-bot-sdk-csharp/releases/
- DateTime Picker
- Image Carousel
- リッチメニュー
- Group および Room のユーザー一覧および詳細取得 ※開発者アカウントのためテストできていません。
Visual Studio テンプレートでも、以下のメッセージを送ることでテスト可能です。
carousel: カルーセルに DateTime Picker が付いてきます。
imagecarousel : 5つの画像カルーセルが返ります。
addrichmenu : リッチメニューを現在のユーザーに追加します。
deleterichmenu: 追加したリッチメニューを削除します。
deleteallrichmenu: すべてのリッチメニューを削除します。
LINE Developer Day 2017 was the other day, and I updated LineMessagingAPI.CSharp to support following features.
GitHub: https://github.com/kenakamu/line-bot-sdk-csharp/releases/
- DateTime Picker
- Image Carousel
- Rich Menu
- User list and detail who joined to Group and Room
You can send following text to test new features in Visual Studio template.
carousel: Returns carousel with DateTime picker options.
imagecarousel : 5 image columns returns.
addrichmenu : Add Rich menu to current user.
deleterichmenu: Delete added rich menu.
deleteallrichmenu: Delete all rich menus.
Ken
Comments
- Anonymous
November 03, 2017
THANKS OF SHARING