mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-29 23:00:08 +00:00
docs: resolved api-extractor warnings (#1265)
This commit is contained in:
2
deno/payloads/v10/channel.ts
generated
2
deno/payloads/v10/channel.ts
generated
@@ -747,7 +747,7 @@ export interface APIBaseMessageNoChannel {
|
||||
* The stickers sent with the message
|
||||
*
|
||||
* @see {@link https://discord.com/developers/docs/resources/sticker#sticker-object}
|
||||
* @deprecated Use {@link APIMessage.sticker_items} instead
|
||||
* @deprecated Use {@link APIBaseMessageNoChannel.sticker_items} instead
|
||||
*/
|
||||
stickers?: APISticker[];
|
||||
/**
|
||||
|
||||
2
deno/payloads/v9/channel.ts
generated
2
deno/payloads/v9/channel.ts
generated
@@ -743,7 +743,7 @@ export interface APIBaseMessageNoChannel {
|
||||
* The stickers sent with the message
|
||||
*
|
||||
* @see {@link https://discord.com/developers/docs/resources/sticker#sticker-object}
|
||||
* @deprecated Use {@link APIMessage.sticker_items} instead
|
||||
* @deprecated Use {@link APIBaseMessageNoChannel.sticker_items} instead
|
||||
*/
|
||||
stickers?: APISticker[];
|
||||
/**
|
||||
|
||||
2
deno/voice/v4.ts
generated
2
deno/voice/v4.ts
generated
@@ -51,7 +51,7 @@ export enum VoiceOpcodes {
|
||||
/**
|
||||
* Previously for when a client has connected to the voice channel, now unused
|
||||
*
|
||||
* @deprecated
|
||||
* @deprecated Not used
|
||||
*/
|
||||
ClientConnect,
|
||||
/**
|
||||
|
||||
@@ -747,7 +747,7 @@ export interface APIBaseMessageNoChannel {
|
||||
* The stickers sent with the message
|
||||
*
|
||||
* @see {@link https://discord.com/developers/docs/resources/sticker#sticker-object}
|
||||
* @deprecated Use {@link APIMessage.sticker_items} instead
|
||||
* @deprecated Use {@link APIBaseMessageNoChannel.sticker_items} instead
|
||||
*/
|
||||
stickers?: APISticker[];
|
||||
/**
|
||||
|
||||
@@ -743,7 +743,7 @@ export interface APIBaseMessageNoChannel {
|
||||
* The stickers sent with the message
|
||||
*
|
||||
* @see {@link https://discord.com/developers/docs/resources/sticker#sticker-object}
|
||||
* @deprecated Use {@link APIMessage.sticker_items} instead
|
||||
* @deprecated Use {@link APIBaseMessageNoChannel.sticker_items} instead
|
||||
*/
|
||||
stickers?: APISticker[];
|
||||
/**
|
||||
|
||||
@@ -51,7 +51,7 @@ export enum VoiceOpcodes {
|
||||
/**
|
||||
* Previously for when a client has connected to the voice channel, now unused
|
||||
*
|
||||
* @deprecated
|
||||
* @deprecated Not used
|
||||
*/
|
||||
ClientConnect,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user