CategoryChannelChildManager

export class CategoryChannelChildManager extends DataManager<Snowflake, CategoryChildChannel, GuildChannelResolvable>
export class CategoryChannelChildManager extends DataManager<Snowflake, CategoryChildChannel, GuildChannelResolvable>
Manages API methods for CategoryChannels' children.
The cache of items for this manager.
Inherited from DataManager
The category channel this manager belongs to
Readonly
client:Client
The client that instantiated this Manager
Inherited from BaseManager
Readonly
guild:Guild
The guild this manager belongs to
The data structure belonging to this manager.
Inherited from DataManager
create(options):Promise<MappedChannelCategoryTypes[Type]>
Creates a new channel within this category. You cannot create a channel of type ChannelType.GuildCategory inside a CategoryChannel.
NameTypeOptionalDescription
optionsCategoryCreateChannelOptions & { type: Type }NoOptions for creating the new channel
resolve(idOrInstance):Holds
Resolves a data entry to a data Object.
Returns
An instance from this Manager
NameTypeOptionalDescription
idOrInstanceHoldsNoThe id or instance of something in this Manager
resolveId(idOrInstance):Key
Resolves a data entry to an instance id.
Returns
NameTypeOptionalDescription
idOrInstanceKey | HoldsNoThe id or instance of something in this Manager