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

Represents the video component of a LineBot.Message.Imagemap.t/0.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Imagemap.Video{
  area: %{x: integer(), y: integer(), width: integer(), height: integer()},
  externalLink: %{linkUri: String.t(), label: String.t()} | nil,
  originalContentUrl: String.t(),
  previewImageUrl: String.t()
}