ExLine.Webhook.Message.Location (ExLine v0.1.0)

Copy Markdown View Source

Location message content.

Summary

Types

t()

@type t() :: %ExLine.Webhook.Message.Location{
  address: term(),
  id: term(),
  latitude: term(),
  longitude: term(),
  mark_as_read_token: term(),
  raw: term(),
  title: term()
}