CategoryChannelChildManager

export class CategoryChannelChildManager extends DataManager<Snowflake, CategoryChildChannel, GuildChannelResolvable>
export class CategoryChannelChildManager extends DataManager<Snowflake, CategoryChildChannel, GuildChannelResolvable>
Manages API methods for CategoryChannels' children.
Readonly
cache:Collection<K, Holds>
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
Readonly
holds:Constructable<Holds>
The data structure belonging to this manager.
Inherited from DataManager
create(options):Promise<MappedChannelCategoryTypes[T]>
Creates a new channel within this category. You cannot create a channel of type inside a CategoryChannel.
NameTypeOptionalDescription
optionsCategoryCreateChannelOptions & { type: T }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):K
Resolves a data entry to an instance id.
Returns
NameTypeOptionalDescription
idOrInstanceK | HoldsNoThe id or instance of something in this Manager
valueOf():Collection<K, Holds>