Class SocketVoiceChannelStatusUpdatedAuditLogData
Contains a piece of audit log data related to a voice channel status update.
public class SocketVoiceChannelStatusUpdatedAuditLogData : ISocketAuditLogData, IAuditLogData
- Inheritance
-
SocketVoiceChannelStatusUpdatedAuditLogData
- Implements
- Inherited Members
Properties
ChannelId
Get the id of the channel status was updated in.
public ulong ChannelId { get; }
Property Value
Status
Gets the status that was set in the voice channel.
public string Status { get; }