Class DiscordMemberAuditLogEntry
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a member audit log entry.
public sealed class DiscordMemberAuditLogEntry : DiscordAuditLogEntry
- Inheritance
-
DiscordMemberAuditLogEntry
- Inherited Members
Properties
- AddedRoles
Gets the typed partial role collection added to the member, if present.
- AddedRolesChange
Gets the raw role additions attached to a member role update entry.
- ChangeSet
Gets the typed member change helper view.
- Channel
Gets the channel associated with the member action, if Discord supplied one.
- Count
Gets the number of targeted members for move or disconnect actions.
- IntegrationType
Gets the integration type associated with the member action, if Discord supplied one.
- RemovedRoles
Gets the typed partial role collection removed from the member, if present.
- RemovedRolesChange
Gets the raw role removals attached to a member role update entry.
- TargetMember
Gets the targeted member.