File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ export interface RESTGetAPIInviteQuery {
11
11
with_counts ?: boolean ;
12
12
/**
13
13
* Whether the invite should contain the expiration date
14
+ *
15
+ * @deprecated The expiration date is always returned, regardless of this query parameter.
16
+ * @see {@link https://github.com/discord/discord-api-docs/pull/7424 }
14
17
*/
15
18
with_expiration ?: boolean ;
16
19
/**
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ export interface RESTGetAPIInviteQuery {
11
11
with_counts ?: boolean ;
12
12
/**
13
13
* Whether the invite should contain the expiration date
14
+ *
15
+ * @deprecated The expiration date is always returned, regardless of this query parameter.
16
+ * @see {@link https://github.com/discord/discord-api-docs/pull/7424 }
14
17
*/
15
18
with_expiration ?: boolean ;
16
19
/**
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ export interface RESTGetAPIInviteQuery {
11
11
with_counts ?: boolean ;
12
12
/**
13
13
* Whether the invite should contain the expiration date
14
+ *
15
+ * @deprecated The expiration date is always returned, regardless of this query parameter.
16
+ * @see {@link https://github.com/discord/discord-api-docs/pull/7424 }
14
17
*/
15
18
with_expiration ?: boolean ;
16
19
/**
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ export interface RESTGetAPIInviteQuery {
11
11
with_counts ?: boolean ;
12
12
/**
13
13
* Whether the invite should contain the expiration date
14
+ *
15
+ * @deprecated The expiration date is always returned, regardless of this query parameter.
16
+ * @see {@link https://github.com/discord/discord-api-docs/pull/7424 }
14
17
*/
15
18
with_expiration ?: boolean ;
16
19
/**
You can’t perform that action at this time.
0 commit comments