Table of Contents

Enum AuditLogOverwriteTargetType

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the Discord overwrite target type used by audit log overwrite entries.

public enum AuditLogOverwriteTargetType

Fields

Unknown = 0

Indicates that the overwrite target type is unknown or unsupported.

Role = 1

Indicates that the overwrite targets a role.

Member = 2

Indicates that the overwrite targets a member.

Remarks

Discord serializes this value as a string inside the audit log options object.