Table of Contents

Property ParentId

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

ParentId

Gets ID of the category that contains this channel. For threads, gets the ID of the channel this thread was created in.

[JsonProperty("parent_id", NullValueHandling = NullValueHandling.Include)]
public ulong? ParentId { get; }

Property Value

ulong?