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

Copy Markdown View Source

A user added the bot as a friend (or unblocked it).

Summary

Types

t()

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