Class MemberDisconnectAuditLogData
Contains a piece of audit log data related to disconnecting members from voice channels.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class MemberDisconnectAuditLogData : IAuditLogData
Properties​
MemberCount​
Gets the number of members that were disconnected.
View Source​
Declaration
public int MemberCount { get; }