-
Notifications
You must be signed in to change notification settings - Fork 1k
Add new API for Image Carousel #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution! The Could you fix your implementation of
{
"imageUrl": "https://example.com/bot/images/item1.jpg",
"action": {
"type": "postback",
"label": "Buy",
"data": "action=buy&itemid=111"
}
} |
|
Oh, sorry ;( |
|
Thanks for your updates! I suggest not to separate postback action for standard templates and for image carousel because there is no difference except for the length of label value and our implementation has no validation process to check its length so we can use existing https://devdocs.line.me/en/#template-message Instead of new implementation of postback action for image carousel, how about modify docstring of existing |
|
bisa tolong buatkan saya bot. anti kicker |
|
@okdtsk |
|
@nnsnodnb @bheghenkz |
* Add new api for Image Carousel * Fix D400 in ImageCarouselColumn * Remove debug logger * Fix action array count in ImageCarouselColumn * Fix ImageCarouselColumn#action to single action * Fix Image Carousel's test code * Add ImagePostbackTemplateAction for Image Carousel action * Fix D204 * Replace ImagePostbackTemplateAction to PostbackTemplateAction & delete former class
https://devdocs.line.me/en/#image-carousel