export class CategoryChannelChildManager extends DataManager<Snowflake, CategoryChildChannel, GuildChannelResolvable>
Manages API methods for CategoryChannels' children.
readonlyCollection<Snowflake, CategoryChildChannel> cache :
The cache of items for this manager.
Inherited from: DataManager
CategoryChannel channel :
The category channel this manager belongs to
readonlyGuild guild :
The guild this manager belongs to
readonlyConstructable<CategoryChildChannel> holds :
The data structure belonging to this manager.
Inherited from: DataManager
Overload 1
Overload 2
createType extends CategoryChannelType
>(options: CategoryCreateChannelOptions & { type: Type }) : Promise<MappedChannelCategoryTypes[Type]> <
Type extends CategoryChannelType
options: CategoryCreateChannelOptions & { type: Type }
Creates a new channel within this category. You cannot create a channel of type ChannelType.GuildCategory inside a CategoryChannel.
Overload 1
Overload 2
Overload 1
Overload 2
valueOfCollection<Snowflake, CategoryChildChannel> () :
Inherited from: DataManager