Class DiscordAuditLogMessagePinEntry
Represents a audit log message pin entry.
Inherited Members
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordAuditLogMessagePinEntry : DiscordAuditLogEntry
Properties
| Improve this Doc View SourceChannel
Gets the channel the message is in.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
Message
Gets the message the pin action was for.
Declaration
public DiscordMessage Message { get; }
Property Value
Type | Description |
---|---|
DiscordMessage |
Target
Gets the affected message's user.
Declaration
public DiscordUser Target { get; }
Property Value
Type | Description |
---|---|
DiscordUser |