Table of Contents

Class SocketMemberDisconnectAuditLogData

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

Contains a piece of audit log data related to disconnecting members from voice channels.

public class SocketMemberDisconnectAuditLogData : ISocketAuditLogData, IAuditLogData
Inheritance
SocketMemberDisconnectAuditLogData
Implements
Inherited Members

Properties

MemberCount

Gets the number of members that were disconnected.

public int MemberCount { get; }

Property Value

int

An int representing the number of members that were disconnected from a voice channel.