line_bot v0.1.0 LineBot.Message.Location View Source

Represents a Location message.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Location{
  address: String.t(),
  latitude: float(),
  longitude: float(),
  quickReply: LineBot.Message.QuickReply.t() | nil,
  title: String.t(),
  type: term()
}