tock / ai.tock.bot.api.model.message.bot / Carousel

Carousel

data class Carousel : BotMessage (source)

A list fo Cards.

Constructors

<init>

A list fo Cards.

Carousel(cards: List<Card>, delay: Long = 0)

Properties

cards

val cards: List<Card>

delay

The delay to wait before sending this message.

val delay: Long