Remedy.Schema.AuditLogEntry (Remedy v0.6.8) View Source

Discord Audit Log Entry Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.AuditLogEntry{
  action_type: integer(),
  changes: [map()],
  id: term(),
  options: [Remedy.Schema.AuditLogOption.t()],
  reason: String.t(),
  target_id: String.t(),
  user_id: Sunbake.Snowflake.t()
}