data class Carousel : BotMessage
A list fo Cards.
Carousel(cards: List<Card>, delay: Long = 0)
val cards: List<Card>
The delay to wait before sending this message.
val delay: Long