line_bot v0.1.0 LineBot.Message.Flex.Separator View Source

Represents a Separator component.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Flex.Separator{
  color: String.t() | nil,
  margin: :none | :xs | :sm | :md | :lg | :xl | :xxl | nil,
  type: :separator
}