AuditLogEvent enum

The type of event an AuditLogEntry represents.

Inheritance

Constructors

AuditLogEvent.parse(int value)
Parse an AuditLogEvent from an int.
factory

Values

guildUpdate → const AuditLogEvent
const AuditLogEvent._(1)
channelCreate → const AuditLogEvent
const AuditLogEvent._(10)
channelUpdate → const AuditLogEvent
const AuditLogEvent._(11)
channelDelete → const AuditLogEvent
const AuditLogEvent._(12)
channelOverwriteCreate → const AuditLogEvent
const AuditLogEvent._(13)
channelOverwriteUpdate → const AuditLogEvent
const AuditLogEvent._(14)
channelOverwriteDelete → const AuditLogEvent
const AuditLogEvent._(15)
memberKick → const AuditLogEvent
const AuditLogEvent._(20)
memberPrune → const AuditLogEvent
const AuditLogEvent._(21)
memberBanAdd → const AuditLogEvent
const AuditLogEvent._(22)
memberBanRemove → const AuditLogEvent
const AuditLogEvent._(23)
memberUpdate → const AuditLogEvent
const AuditLogEvent._(24)
memberRoleUpdate → const AuditLogEvent
const AuditLogEvent._(25)
memberMove → const AuditLogEvent
const AuditLogEvent._(26)
memberDisconnect → const AuditLogEvent
const AuditLogEvent._(27)
botAdd → const AuditLogEvent
const AuditLogEvent._(28)
roleCreate → const AuditLogEvent
const AuditLogEvent._(30)
roleUpdate → const AuditLogEvent
const AuditLogEvent._(31)
roleDelete → const AuditLogEvent
const AuditLogEvent._(32)
inviteCreate → const AuditLogEvent
const AuditLogEvent._(40)
inviteUpdate → const AuditLogEvent
const AuditLogEvent._(41)
inviteDelete → const AuditLogEvent
const AuditLogEvent._(42)
webhookCreate → const AuditLogEvent
const AuditLogEvent._(50)
webhookUpdate → const AuditLogEvent
const AuditLogEvent._(51)
webhookDelete → const AuditLogEvent
const AuditLogEvent._(52)
emojiCreate → const AuditLogEvent
const AuditLogEvent._(60)
emojiUpdate → const AuditLogEvent
const AuditLogEvent._(61)
emojiDelete → const AuditLogEvent
const AuditLogEvent._(62)
messageDelete → const AuditLogEvent
const AuditLogEvent._(72)
messageBulkDelete → const AuditLogEvent
const AuditLogEvent._(73)
messagePin → const AuditLogEvent
const AuditLogEvent._(74)
messageUnpin → const AuditLogEvent
const AuditLogEvent._(75)
integrationCreate → const AuditLogEvent
const AuditLogEvent._(80)
integrationUpdate → const AuditLogEvent
const AuditLogEvent._(81)
integrationDelete → const AuditLogEvent
const AuditLogEvent._(82)
stageInstanceCreate → const AuditLogEvent
const AuditLogEvent._(83)
stageInstanceUpdate → const AuditLogEvent
const AuditLogEvent._(84)
stageInstanceDelete → const AuditLogEvent
const AuditLogEvent._(85)
stickerCreate → const AuditLogEvent
const AuditLogEvent._(90)
stickerUpdate → const AuditLogEvent
const AuditLogEvent._(91)
stickerDelete → const AuditLogEvent
const AuditLogEvent._(92)
guildScheduledEventCreate → const AuditLogEvent
const AuditLogEvent._(100)
guildScheduledEventUpdate → const AuditLogEvent
const AuditLogEvent._(101)
guildScheduledEventDelete → const AuditLogEvent
const AuditLogEvent._(102)
threadCreate → const AuditLogEvent
const AuditLogEvent._(110)
threadUpdate → const AuditLogEvent
const AuditLogEvent._(111)
threadDelete → const AuditLogEvent
const AuditLogEvent._(112)
applicationCommandPermissionUpdate → const AuditLogEvent
const AuditLogEvent._(121)
autoModerationRuleCreate → const AuditLogEvent
const AuditLogEvent._(140)
autoModerationRuleUpdate → const AuditLogEvent
const AuditLogEvent._(141)
autoModerationRuleDelete → const AuditLogEvent
const AuditLogEvent._(142)
autoModerationBlockMessage → const AuditLogEvent
const AuditLogEvent._(143)
autoModerationFlagToChannel → const AuditLogEvent
const AuditLogEvent._(144)
autoModerationUserCommunicationDisabled → const AuditLogEvent
const AuditLogEvent._(145)
creatorMonetizationRequestCreated → const AuditLogEvent
const AuditLogEvent._(150)
creatorMonetizationTermsAccepted → const AuditLogEvent
const AuditLogEvent._(151)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The value of this AuditLogEvent.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AuditLogEvent>
A constant List of the values in this enum, in order of their declaration.