MCPcopy
hub / github.com/discordjs/discord.js / PrivateThreadChannel

Interface PrivateThreadChannel

packages/discord.js/typings/index.d.ts:3860–3864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3858}
3859
3860export interface PrivateThreadChannel extends ThreadChannel<false> {
3861 get createdTimestamp(): number;
3862 get createdAt(): Date;
3863 type: ChannelType.PrivateThread;
3864}
3865
3866// tslint:disable-next-line no-empty-interface
3867export interface ThreadChannel<ThreadOnly extends boolean = boolean> extends Omit<

Callers

nothing calls this directly

Implementers 15

WebhookClientpackages/discord.js/src/client/Webhook
StickerPackpackages/discord.js/src/structures/Sti
BaseChannelpackages/discord.js/src/structures/Bas
InteractionResponsepackages/discord.js/src/structures/Int
BaseInteractionpackages/discord.js/src/structures/Bas
Rolepackages/discord.js/src/structures/Rol
GuildScheduledEventpackages/discord.js/src/structures/Gui
Stickerpackages/discord.js/src/structures/Sti
Emojipackages/discord.js/src/structures/Emo
Webhookpackages/discord.js/src/structures/Web
StageInstancepackages/discord.js/src/structures/Sta
InteractionCallbackpackages/discord.js/src/structures/Int

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…