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

Copy Markdown View Source

A user finished playing a video message (with a tracking id).

Summary

Types

t()

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