Remedy.Schema.AuditLog (Remedy v0.6.5) View Source
Discord Audit Log Object
Link to this section Summary
Link to this section Types
Specs
t() :: %Remedy.Schema.AuditLog{
audit_log_entries: [Remedy.Schema.AuditLogEntry.t()],
guild: Remedy.Schema.Guild.t(),
guild_id: term(),
integrations: [Remedy.Schema.Integration.t()],
threads: [Remedy.Schema.Thread.t()],
users: [Remedy.Schema.User.t()],
webhooks: [Remedy.Schema.Webhook.t()]
}