line_bot v0.1.0 LineBot.Message.Imagemap.Action.Message View Source

Represents an Imagemap Message action object.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Imagemap.Action.Message{
  area: %{x: integer(), y: integer(), width: integer(), height: integer()},
  label: String.t() | nil,
  text: String.t(),
  type: :message
}