You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exports of each API version is split into three main parts:
23
55
24
-
- Everything exported with the `API` prefix represents a payload you may get from the REST API *or* the Gateway.
56
+
- Everything exported with the `API` prefix represents a payload you may get from the REST API _or_ the Gateway.
25
57
26
58
- Everything exported with the `Gateway` prefix represents data that ONLY comes from or is directly related to the Gateway.
27
59
@@ -41,7 +73,7 @@ The exports of each API version is split into three main parts:
41
73
42
74
- There may be types exported that are identical for all versions. These will be exported as is and can be found in the `common` directory. They will still be prefixed accordingly as described above.
43
75
44
-
**Warning**: This package documents just KNOWN (and documented) properties. Anything that isn't documented will NOT be added to this package (unless said properties are in an open Pull Request to Discord's [API Documentation repository](https://github.com/discord/discord-api-docs) or known through other means *and have received the green light to be used*). For clarification's sake, this means that properties that are only known through the process of datamining and have not yet been confirmed in a way as described will NOT be included.
76
+
**Warning**: This package documents just KNOWN (and documented) properties. Anything that isn't documented will NOT be added to this package (unless said properties are in an open Pull Request to Discord's [API Documentation repository](https://github.com/discord/discord-api-docs) or known through other means _and have received the green light to be used_). For clarification's sake, this means that properties that are only known through the process of data mining and have not yet been confirmed in a way as described will NOT be included.
0 commit comments