class CategoryChannelChildManager

export class CategoryChannelChildManager extends DataManager<Snowflake, CategoryChildChannel, GuildChannelResolvable>

Manages API methods for CategoryChannels' children.

The channels that are a part of this category

channel : CategoryChannel

The category channel this manager belongs to

readonly
client : Client

The client that instantiated this Manager

readonly
guild : Guild

The guild this manager belongs to

The data structure belonging to this manager.

Inherited from: DataManager

create<

Type extends CategoryChannelType

>(
options: CategoryCreateChannelOptions & { type: Type }
) : Promise<MappedChannelCategoryTypes[Type]>

Creates a new channel within this category. You cannot create a channel of type ChannelType inside a CategoryChannel.

resolve(
idOrInstance: Holds
) : Holds

Resolves a data entry to a data Object.

Returns: An instance from this Manager

resolveId(
idOrInstance: Key | Holds
) : Key

Resolves a data entry to an instance id.