Table of Contents

Enum ChannelType

Namespace
Kook
Assembly
Kook.Net.Core.dll

Specifies the type of a guild channel.

public enum ChannelType

Fields

Category = 0

Specifies that the channel is a guild category channel.

DM = 3

Specifies that the channel is a direct message channel.

Text = 1

Specifies that the channel is a guild text channel.

Unspecified = -1

Specifies that the type of the channel is unknown.

Voice = 2

Specifies that the channel is a guild voice channel.