Table of Contents

Class MemberMoveAuditLogData

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

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

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