Class SocketMemberMoveAuditLogData
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
MemberCount
Gets the number of members that were moved.
public int MemberCount { get; }