mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
add(types): withExpiration field to GetInvite (#884)
Reference: https://github.com/discord/discord-api-docs/commit/2c9f17887a8e5c95d48b93901f4543beda4c09be
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
export interface GetInvite {
|
||||
/** Whether the invite should contain approximate member counts */
|
||||
withCounts?: boolean;
|
||||
/** Whether the invite should contain the expiration date. */
|
||||
withExpiration?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user