Nostrum v0.4.1 Nostrum.Struct.Guild.AuditLog View Source

Represents a guild's audit log.

Link to this section Summary

Types

Entries of this guild's audit log

t()

Users found in the audit log

Webhooks found in the audit log

Link to this section Types

Entries of this guild's audit log

Link to this type

t() View Source
t() :: %Nostrum.Struct.Guild.AuditLog{
  entries: entries(),
  users: users(),
  webhooks: webhooks()
}

Users found in the audit log

Webhooks found in the audit log