Enum AuditLogActionType
Represents type of the action that was taken in given audit log event.
Namespace: DisCatSharp.Enums
Assembly: DisCatSharp.dll
Syntax
public enum AuditLogActionType
Fields
Name | Description |
---|---|
ApplicationCommandPermissionUpdate | Indicates that the permissions for an application command was updated. |
AutoModerationBlockMessage | Indicates that automod blocked a message. |
AutoModerationRuleCreate | Indicates that a new automod rule has been added. |
AutoModerationRuleDelete | Indicates that a automod rule has been deleted. |
AutoModerationRuleUpdate | Indicates that a automod rule has been updated. |
Ban | Indicates that the user was banned. |
BotAdd | Indicates that a bot was added to the guild. |
ChannelCreate | Indicates that the channel was created. |
ChannelDelete | Indicates that the channel was deleted. |
ChannelUpdate | Indicates that the channel was updated. |
EmojiCreate | Indicates that an emoji was created. |
EmojiDelete | Indicates that an emoji was deleted. |
EmojiUpdate | Indicates that an emoji was updated. |
GuildScheduledEventCreate | Indicates that an event was created. |
GuildScheduledEventDelete | Indicates that an event was deleted. |
GuildScheduledEventUpdate | Indicates that an event was updated. |
GuildUpdate | Indicates that the guild was updated. |
IntegrationCreate | Indicates that an integration was created. |
IntegrationDelete | Indicates that an integration was deleted. |
IntegrationUpdate | Indicates that an integration was updated. |
Invalid | Indicates an invalid action type. |
InviteCreate | Indicates that the invite was created. |
InviteDelete | Indicates that the invite was deleted. |
InviteUpdate | Indicates that the invite was updated. |
Kick | Indicates that the user was kicked. |
MemberDisconnect | Indicates that the member has disconnected from a voice channel. |
MemberMove | Indicates that the member has moved to another voice channel. |
MemberRoleUpdate | Indicates that the member's roles were updated. |
MemberUpdate | Indicates that the member was updated. |
MessageBulkDelete | Indicates that messages were bulk-deleted. |
MessageDelete | Indicates that the message was deleted. |
MessagePin | Indicates that a message was pinned. |
MessageUnpin | Indicates that a message was unpinned. |
OverwriteCreate | Indicates that the channel permission overwrite was created. |
OverwriteDelete | Indicates that the channel permission overwrite was deleted. |
OverwriteUpdate | Indicates that the channel permission overwrite was updated. |
Prune | Indicates that users were pruned. |
RoleCreate | Indicates that the role was created. |
RoleDelete | Indicates that the role was deleted. |
RoleUpdate | Indicates that the role was updated. |
StageInstanceCreate | Indicates that an stage instance was created. |
StageInstanceDelete | Indicates that an stage instance was deleted. |
StageInstanceUpdate | Indicates that an stage instance was updated. |
StickerCreate | Indicates that an sticker was created. |
StickerDelete | Indicates that an sticker was deleted. |
StickerUpdate | Indicates that an sticker was updated. |
ThreadCreate | Indicates that an thread was created. |
ThreadDelete | Indicates that an thread was deleted. |
ThreadUpdate | Indicates that an thread was updated. |
Unban | Indicates that the user was unbanned. |
WebhookCreate | Indicates that the webhook was created. |
WebhookDelete | Indicates that the webhook was deleted. |
WebhookUpdate | Indicates that the webook was updated. |