discord-api-types 0.38.1 → 0.38.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "discord-api-types",
3
- "version": "0.38.1",
3
+ "version": "0.38.2",
4
4
  "description": "Discord API typings that are kept up to date for use in bot library creation.",
5
5
  "homepage": "https://discord-api-types.dev",
6
6
  "exports": {
@@ -221,11 +221,11 @@ export declare enum ApplicationFlags {
221
221
  */
222
222
  Embedded = 131072,
223
223
  /**
224
- * Intent required for bots in 100 or more servers to receive {@link https://support-dev.discord.com/hc/en-us/articles/4404772028055 | message content}
224
+ * Intent required for bots in 100 or more servers to receive {@link https://support-dev.discord.com/hc/articles/6207308062871 | message content}
225
225
  */
226
226
  GatewayMessageContent = 262144,
227
227
  /**
228
- * Intent required for bots in under 100 servers to receive {@link https://support-dev.discord.com/hc/en-us/articles/4404772028055 | message content},
228
+ * Intent required for bots in under 100 servers to receive {@link https://support-dev.discord.com/hc/articles/6207308062871 | message content},
229
229
  * found in Bot Settings
230
230
  */
231
231
  GatewayMessageContentLimited = 524288,
@@ -62,11 +62,11 @@ var ApplicationFlags;
62
62
  */
63
63
  ApplicationFlags[ApplicationFlags["Embedded"] = 131072] = "Embedded";
64
64
  /**
65
- * Intent required for bots in 100 or more servers to receive {@link https://support-dev.discord.com/hc/en-us/articles/4404772028055 | message content}
65
+ * Intent required for bots in 100 or more servers to receive {@link https://support-dev.discord.com/hc/articles/6207308062871 | message content}
66
66
  */
67
67
  ApplicationFlags[ApplicationFlags["GatewayMessageContent"] = 262144] = "GatewayMessageContent";
68
68
  /**
69
- * Intent required for bots in under 100 servers to receive {@link https://support-dev.discord.com/hc/en-us/articles/4404772028055 | message content},
69
+ * Intent required for bots in under 100 servers to receive {@link https://support-dev.discord.com/hc/articles/6207308062871 | message content},
70
70
  * found in Bot Settings
71
71
  */
72
72
  ApplicationFlags[ApplicationFlags["GatewayMessageContentLimited"] = 524288] = "GatewayMessageContentLimited";
@@ -463,7 +463,7 @@ export interface APIMessage {
463
463
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**.
464
464
  * You also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway
465
465
  *
466
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
466
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
467
467
  */
468
468
  content: string;
469
469
  /**
@@ -519,7 +519,7 @@ export interface APIMessage {
519
519
  *
520
520
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**.
521
521
  * You also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway
522
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
522
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
523
523
  */
524
524
  attachments: APIAttachment[];
525
525
  /**
@@ -531,7 +531,7 @@ export interface APIMessage {
531
531
  *
532
532
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**.
533
533
  * You also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway
534
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
534
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
535
535
  */
536
536
  embeds: APIEmbed[];
537
537
  /**
@@ -626,7 +626,7 @@ export interface APIMessage {
626
626
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**.
627
627
  * You also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway
628
628
  *
629
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
629
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
630
630
  */
631
631
  components?: APIMessageTopLevelComponent[];
632
632
  /**
@@ -666,7 +666,7 @@ export interface APIMessage {
666
666
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**.
667
667
  * You also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway
668
668
  *
669
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
669
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
670
670
  */
671
671
  poll?: APIPoll;
672
672
  /**
@@ -221,11 +221,11 @@ export declare enum ApplicationFlags {
221
221
  */
222
222
  Embedded = 131072,
223
223
  /**
224
- * Intent required for bots in 100 or more servers to receive {@link https://support-dev.discord.com/hc/en-us/articles/4404772028055 | message content}
224
+ * Intent required for bots in 100 or more servers to receive {@link https://support-dev.discord.com/hc/articles/6207308062871 | message content}
225
225
  */
226
226
  GatewayMessageContent = 262144,
227
227
  /**
228
- * Intent required for bots in under 100 servers to receive {@link https://support-dev.discord.com/hc/en-us/articles/4404772028055 | message content},
228
+ * Intent required for bots in under 100 servers to receive {@link https://support-dev.discord.com/hc/articles/6207308062871 | message content},
229
229
  * found in Bot Settings
230
230
  */
231
231
  GatewayMessageContentLimited = 524288,
@@ -62,11 +62,11 @@ var ApplicationFlags;
62
62
  */
63
63
  ApplicationFlags[ApplicationFlags["Embedded"] = 131072] = "Embedded";
64
64
  /**
65
- * Intent required for bots in 100 or more servers to receive {@link https://support-dev.discord.com/hc/en-us/articles/4404772028055 | message content}
65
+ * Intent required for bots in 100 or more servers to receive {@link https://support-dev.discord.com/hc/articles/6207308062871 | message content}
66
66
  */
67
67
  ApplicationFlags[ApplicationFlags["GatewayMessageContent"] = 262144] = "GatewayMessageContent";
68
68
  /**
69
- * Intent required for bots in under 100 servers to receive {@link https://support-dev.discord.com/hc/en-us/articles/4404772028055 | message content},
69
+ * Intent required for bots in under 100 servers to receive {@link https://support-dev.discord.com/hc/articles/6207308062871 | message content},
70
70
  * found in Bot Settings
71
71
  */
72
72
  ApplicationFlags[ApplicationFlags["GatewayMessageContentLimited"] = 524288] = "GatewayMessageContentLimited";
@@ -462,7 +462,7 @@ export interface APIMessage {
462
462
  *
463
463
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**
464
464
  *
465
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
465
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
466
466
  */
467
467
  content: string;
468
468
  /**
@@ -517,7 +517,7 @@ export interface APIMessage {
517
517
  * The `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field
518
518
  *
519
519
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**
520
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
520
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
521
521
  */
522
522
  attachments: APIAttachment[];
523
523
  /**
@@ -528,7 +528,7 @@ export interface APIMessage {
528
528
  * The `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field
529
529
  *
530
530
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**
531
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
531
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
532
532
  */
533
533
  embeds: APIEmbed[];
534
534
  /**
@@ -622,7 +622,7 @@ export interface APIMessage {
622
622
  *
623
623
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**
624
624
  *
625
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
625
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
626
626
  */
627
627
  components?: APIMessageTopLevelComponent[];
628
628
  /**
@@ -661,7 +661,7 @@ export interface APIMessage {
661
661
  *
662
662
  * In the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot \> Privileged Gateway Intents**.
663
663
  *
664
- * @see {@link https://support-dev.discord.com/hc/articles/4404772028055}
664
+ * @see {@link https://support-dev.discord.com/hc/articles/6207308062871}
665
665
  */
666
666
  poll?: APIPoll;
667
667
  /**