LINE.Bot.MessagingApi.Model.LocationMessage (line_bot_sdk v0.1.0)

Copy Markdown

Summary

Types

t()

@type t() :: %LINE.Bot.MessagingApi.Model.LocationMessage{
  address: String.t(),
  latitude: float(),
  longitude: float(),
  quickReply: LINE.Bot.Model.QuickReply.t() | nil,
  sender: LINE.Bot.Model.Sender.t() | nil,
  title: String.t(),
  type: String.t()
}

Functions

decode(value)