Remedy.Schema.AuditLog (Remedy v0.6.8) 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_id: Sunbake.Snowflake.t(),
integrations: [Remedy.Schema.Integration.t()],
threads: [Remedy.Schema.Thread.t()],
users: [Remedy.Schema.User.t()],
webhooks: [Remedy.Schema.Webhook.t()]
}