line_bot v0.1.0 LineBot.Message.Template.Carousel.Column View Source
Represents a Column object for carousel.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %LineBot.Message.Template.Carousel.Column{
actions: [LineBot.Message.Action.t()],
defaultAction: LineBot.Message.Action.t() | nil,
imageBackgroundColor: String.t() | nil,
text: String.t(),
thumbnailImageUrl: String.t() | nil,
title: String.t() | nil
}