Skip to content

@line/bot-sdk


@line/bot-sdk / TemplateImageCarousel

Type Alias: TemplateImageCarousel

TemplateImageCarousel = object

Defined in: lib/types.ts:1928

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

Properties

columns

columns: TemplateImageColumn[]

Defined in: lib/types.ts:1933

Array of columns (Max: 10)


type

type: "image_carousel"

Defined in: lib/types.ts:1929