8
typings/index.d.ts
vendored
8
typings/index.d.ts
vendored
@@ -748,7 +748,7 @@ export class CategoryChannel extends GuildChannel {
|
||||
options: CategoryCreateChannelOptions & { type: T },
|
||||
): Promise<MappedChannelCategoryTypes[T]>;
|
||||
|
||||
/** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479) for more information */
|
||||
/** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647) for more information */
|
||||
public createChannel(
|
||||
name: string,
|
||||
options: CategoryCreateChannelOptions & { type: 'GUILD_STORE' | ChannelTypes.GUILD_STORE },
|
||||
@@ -2680,12 +2680,12 @@ export class StickerPack extends Base {
|
||||
public bannerURL(options?: StaticImageURLOptions): string | null;
|
||||
}
|
||||
|
||||
/** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479) for more information */
|
||||
/** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647) for more information */
|
||||
export class StoreChannel extends GuildChannel {
|
||||
private constructor(guild: Guild, data?: RawGuildChannelData, client?: Client);
|
||||
public createInvite(options?: CreateInviteOptions): Promise<Invite>;
|
||||
public fetchInvites(cache?: boolean): Promise<Collection<string, Invite>>;
|
||||
/** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479) for more information */
|
||||
/** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647) for more information */
|
||||
public clone(options?: GuildChannelCloneOptions): Promise<this>;
|
||||
public nsfw: boolean;
|
||||
public type: 'GUILD_STORE';
|
||||
@@ -3631,7 +3631,7 @@ export class GuildChannelManager extends CachedManager<Snowflake, GuildBasedChan
|
||||
options: GuildChannelCreateOptions & { type: T },
|
||||
): Promise<MappedGuildChannelTypes[T]>;
|
||||
|
||||
/** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/4414590563479) for more information */
|
||||
/** @deprecated See [Self-serve Game Selling Deprecation](https://support-dev.discord.com/hc/en-us/articles/6309018858647) for more information */
|
||||
public create(
|
||||
name: string,
|
||||
options: GuildChannelCreateOptions & { type: 'GUILD_STORE' | ChannelTypes.GUILD_STORE },
|
||||
|
Reference in New Issue
Block a user