Table of Contents

Class VoiceChannelStatusUpdateAuditLogData

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

Contains a piece of audit log data related to a voice channel status update.

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