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

Copy Markdown View Source

A user unsent (withdrew) a message.

Summary

Types

t()

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