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

Represents a URI action.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Action.URI{
  altUri: %{desktop: :http | :https | :line | :tel},
  label: String.t(),
  type: :uri,
  uri: String.t()
}