Class DiscordMessageAuditLogEntry
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a message audit log entry.
public sealed class DiscordMessageAuditLogEntry : DiscordAuditLogEntry
- Inheritance
-
DiscordMessageAuditLogEntry
- Inherited Members
Properties
- AffectedMessageCount
Gets the number of affected messages when Discord reports one.
- ChangeSet
Gets the typed message change helper view.
- Channel
Gets the channel.
- Count
Gets the count.
- IsBulkDeleteAction
Gets whether the entry represents a bulk delete action.
- IsPinAction
Gets whether the entry represents a pin or unpin action.
- MessageId
Gets the message id.
- TargetMember
Gets the member targeted by the message action, if Discord supplied a user target id.
- TargetMessageId
Gets the targeted message id when Discord reports one.