Skip to main content

Class MemberMoveAuditLogData

Contains a piece of audit log data related to moving members between voice channels.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class MemberMoveAuditLogData : IAuditLogData

Properties​

ChannelId​

Gets the ID of the channel that the members were moved to.

View Source​
Declaration
public ulong ChannelId { get; }

MemberCount​

Gets the number of members that were moved.

View Source​
Declaration
public int MemberCount { get; }

Implements​