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
Users found in the audit log
Webhooks found in the audit log
Link to this section Types
Link to this type
entries()
View Source
entries()
View Source
entries() :: [Nostrum.Struct.Guild.AuditLogEntry.t()]
entries() :: [Nostrum.Struct.Guild.AuditLogEntry.t()]
Entries of this guild's audit log
Link to this type
users()
View Source
users()
View Source
users() :: [Nostrum.Struct.User.t()]
users() :: [Nostrum.Struct.User.t()]
Users found in the audit log
Link to this type
webhooks()
View Source
webhooks()
View Source
webhooks() :: [Nostrum.Struct.Webhook.t()]
webhooks() :: [Nostrum.Struct.Webhook.t()]
Webhooks found in the audit log