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