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 = 0Indicates that the overwrite target type is unknown or unsupported.
Role = 1Indicates that the overwrite targets a role.
Member = 2Indicates that the overwrite targets a member.
Remarks
Discord serializes this value as a string inside the audit log options object.