Table of Contents

Class CreateTextChannelProperties

Namespace
Kook
Assembly
Kook.Net.Core.dll

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

public class CreateTextChannelProperties : CreateGuildChannelProperties
Inheritance
CreateTextChannelProperties
Derived
Inherited Members

Properties

CategoryId

Gets or sets the category ID for this channel.

public ulong? CategoryId { get; set; }

Property Value

ulong?

Remarks

Setting this value to a category's identifier will set this channel's parent to the specified channel; setting this value to null will leave this channel alone from any parents.

See Also