line_bot v0.1.0 LineBot.Message.Flex View Source
Represents a Flex message.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %LineBot.Message.Flex{ altText: String.t(), contents: LineBot.Message.Flex.Carousel.t() | LineBot.Message.Flex.Bubble.t(), quickReply: LineBot.Message.QuickReply.t() | nil, type: :flex }