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

Copy Markdown View Source

A postback action fired. postback is %{data: ..., params: ...}.

Summary

Types

t()

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