Class MessagePinAuditLogData
Contains a piece of audit log data related to a pinned message.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class MessagePinAuditLogData : IAuditLogData
Properties​
MessageId​
Gets the ID of the messages that was pinned.
View Source​
Declaration
public ulong MessageId { get; }
ChannelId​
Gets the ID of the channel that the message was pinned from.
View Source​
Declaration
public ulong ChannelId { get; }
Target​
Gets the user of the message that was pinned if available.
View Source​
Declaration
public IUser Target { get; }