Table of Contents

Class SocketMemberMoveAuditLogData

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

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

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

Properties

ChannelId

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

public ulong ChannelId { get; }

Property Value

ulong

A ulong representing the snowflake identifier for the channel that the members were moved to.

MemberCount

Gets the number of members that were moved.

public int MemberCount { get; }

Property Value

int

An int representing the number of members that were moved to another voice channel.