line_bot v0.1.0 LineBot.Message.Template.Carousel View Source

Represents a Carousel template.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Template.Carousel{
  columns: [LineBot.Message.Template.Carousel.Column.t()],
  imageAspectRatio: :rectangle | :square | nil,
  imageSize: :cover | :contain | nil,
  type: :carousel
}