parentId property

  1. @override
Snowflake? parentId
final

The ID of this channel's parent.

This will be the ID of a GuildCategory for non-thread channels, and the ID of a HasThreadsChannel for Threads.

Implementation

@override
final Snowflake? parentId;