Table of Contents

Class CreateTextChannelProperties

Namespace
Kook
Assembly
Kook.Net.Core.dll

提供用于创建 ITextChannel 的属性。

public class CreateTextChannelProperties : CreateGuildChannelProperties
Inheritance
CreateTextChannelProperties
Derived
Inherited Members

Properties

CategoryId

获取或设置要设置到此频道的所属分组频道的 ID。

public ulong? CategoryId { get; set; }

Property Value

ulong?

Remarks

将此值设置为某分组频道的 ID 可以使新建频道位于该分组频道下;将此值设置为 null 可以使新建频道位于服务器所有分组频道的上方,即不属于任何分组频道。

See Also