File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -1914,6 +1914,13 @@ export interface APIMessageSnapshot {
1914
1914
message : APIMessageSnapshotFields ;
1915
1915
/**
1916
1916
* Id of the origin message's guild
1917
+ *
1918
+ * @deprecated This field doesn't accurately reflect the Discord API as it doesn't exist nor is documented and will
1919
+ * be removed in the next major version.
1920
+ *
1921
+ * It was added in {@link https://github.com/discord/discord-api-docs/pull/6833/commits/d18f72d06d62e6b1d51ca2c1ef308ddc29ff3348 | d18f72d}
1922
+ * but was later removed before the PR ({@link https://github.com/discord/discord-api-docs/pull/6833 | discord-api-docs#6833}) was merged.
1923
+ * See {@link https://github.com/discordjs/discord-api-types/pull/1084 | discord-api-types#1084} for more information.
1917
1924
*/
1918
1925
guild_id ?: Snowflake ;
1919
1926
}
Original file line number Diff line number Diff line change @@ -1881,6 +1881,13 @@ export interface APIMessageSnapshot {
1881
1881
message : APIMessageSnapshotFields ;
1882
1882
/**
1883
1883
* Id of the origin message's guild
1884
+ *
1885
+ * @deprecated This field doesn't accurately reflect the Discord API as it doesn't exist nor is documented and will
1886
+ * be removed in the next major version.
1887
+ *
1888
+ * It was added in {@link https://github.com/discord/discord-api-docs/pull/6833/commits/d18f72d06d62e6b1d51ca2c1ef308ddc29ff3348 | d18f72d}
1889
+ * but was later removed before the PR ({@link https://github.com/discord/discord-api-docs/pull/6833 | discord-api-docs#6833}) was merged.
1890
+ * See {@link https://github.com/discordjs/discord-api-types/pull/1084 | discord-api-types#1084} for more information.
1884
1891
*/
1885
1892
guild_id ?: Snowflake ;
1886
1893
}
Original file line number Diff line number Diff line change @@ -1914,6 +1914,13 @@ export interface APIMessageSnapshot {
1914
1914
message : APIMessageSnapshotFields ;
1915
1915
/**
1916
1916
* Id of the origin message's guild
1917
+ *
1918
+ * @deprecated This field doesn't accurately reflect the Discord API as it doesn't exist nor is documented and will
1919
+ * be removed in the next major version.
1920
+ *
1921
+ * It was added in {@link https://github.com/discord/discord-api-docs/pull/6833/commits/d18f72d06d62e6b1d51ca2c1ef308ddc29ff3348 | d18f72d}
1922
+ * but was later removed before the PR ({@link https://github.com/discord/discord-api-docs/pull/6833 | discord-api-docs#6833}) was merged.
1923
+ * See {@link https://github.com/discordjs/discord-api-types/pull/1084 | discord-api-types#1084} for more information.
1917
1924
*/
1918
1925
guild_id ?: Snowflake ;
1919
1926
}
Original file line number Diff line number Diff line change @@ -1881,6 +1881,13 @@ export interface APIMessageSnapshot {
1881
1881
message : APIMessageSnapshotFields ;
1882
1882
/**
1883
1883
* Id of the origin message's guild
1884
+ *
1885
+ * @deprecated This field doesn't accurately reflect the Discord API as it doesn't exist nor is documented and will
1886
+ * be removed in the next major version.
1887
+ *
1888
+ * It was added in {@link https://github.com/discord/discord-api-docs/pull/6833/commits/d18f72d06d62e6b1d51ca2c1ef308ddc29ff3348 | d18f72d}
1889
+ * but was later removed before the PR ({@link https://github.com/discord/discord-api-docs/pull/6833 | discord-api-docs#6833}) was merged.
1890
+ * See {@link https://github.com/discordjs/discord-api-types/pull/1084 | discord-api-types#1084} for more information.
1884
1891
*/
1885
1892
guild_id ?: Snowflake ;
1886
1893
}
You can’t perform that action at this time.
0 commit comments