Table of Contents

Class MemberDisconnectAuditLogData

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

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

public class MemberDisconnectAuditLogData : IAuditLogData
Inheritance
MemberDisconnectAuditLogData
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.