Table of Contents

Class SocketVoiceChannelStatusUpdatedAuditLogData

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

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

ulong

Status

Gets the status that was set in the voice channel.

public string Status { get; }

Property Value

string