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

Copy Markdown View Source

A user left a group/room the bot is in. left is %{members: [Source]}.

Summary

Types

t()

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