We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11ad5d6 + 6cd9350 commit e300bdfCopy full SHA for e300bdf
README.rst
@@ -332,7 +332,7 @@ TemplateSendMessage - CarouselTemplate
332
template=CarouselTemplate(
333
columns=[
334
CarouselColumn(
335
- thumbnail_image_url='https://example.com/item1.jpg'
+ thumbnail_image_url='https://example.com/item1.jpg',
336
title='this is menu1',
337
text='description1',
338
actions=[
@@ -352,7 +352,7 @@ TemplateSendMessage - CarouselTemplate
352
]
353
),
354
355
- thumbnail_image_url='https://example.com/item2.jpg'
+ thumbnail_image_url='https://example.com/item2.jpg',
356
title='this is menu2',
357
text='description2',
358
0 commit comments