Class CreateThreadChannelProperties
- Namespace
- Kook
- Assembly
- Kook.Net.Core.dll
提供用于创建 IThreadChannel 的属性。
public class CreateThreadChannelProperties : CreateGuildChannelProperties
- Inheritance
-
CreateThreadChannelProperties
- Inherited Members
Properties
CategoryId
获取或设置要设置到此频道的所属分组频道的 ID。
public ulong? CategoryId { get; set; }
Property Value
Remarks
将此值设置为某分组频道的 ID 可以使新建频道位于该分组频道下;将此值设置为 null
可以使新建频道位于服务器所有分组频道的上方,即不属于任何分组频道。