ExLine.Webhook.Event.Beacon (ExLine v0.1.0)

Copy Markdown View Source

A user entered the range of a LINE Beacon.

Summary

Types

t()

@type t() :: %ExLine.Webhook.Event.Beacon{
  beacon: term(),
  delivery_context: term(),
  mode: term(),
  raw: term(),
  reply_token: term(),
  source: term(),
  timestamp: term(),
  type: term(),
  webhook_event_id: term()
}