Skip to content

@line/bot-sdk


@line/bot-sdk / TemplateImageCarousel

Type Alias: TemplateImageCarousel

TemplateImageCarousel: object

Defined in: lib/types.ts:2035

Template with multiple images which can be cycled like a carousel. The images will be shown in order by scrolling horizontally.

Type declaration

columns

columns: TemplateImageColumn[]

Array of columns (Max: 10)

type

type: "image_carousel"