Table of Contents

Class CreateVoiceChannelProperties

Namespace
Kook
Assembly
Kook.Net.Core.dll

Provides properties that are used to create an IVoiceChannel with the specified properties.

public class CreateVoiceChannelProperties : CreateTextChannelProperties
Inheritance
CreateVoiceChannelProperties
Inherited Members

Properties

UserLimit

Gets or sets the maximum number of users that can be present in a channel, or null if none.

public int? UserLimit { get; set; }

Property Value

int?

VoiceQuality

Gets or sets the voice quality that the clients in this voice channel are requested to use.

public VoiceQuality? VoiceQuality { get; set; }

Property Value

VoiceQuality?

See Also