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

Represents an Icon component.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Flex.Icon{
  aspectRatio: String.t() | nil,
  margin: :none | :xs | :sm | :md | :lg | :xl | :xxl | nil,
  size:
    :none | :xs | :sm | :md | :lg | :xl | :xxl | :"3xl" | :"4xl" | :"5xl" | nil,
  type: :icon,
  url: String.t()
}