fix(type): Sort & fix invite.ts types (#4291)

This commit is contained in:
Fleny
2025-08-07 10:53:51 +02:00
committed by GitHub
parent 6dec4bcedb
commit 4d1930599c
+5 -1
View File
@@ -30,7 +30,11 @@ export interface DiscordInvite {
approximate_member_count?: number
/** The expiration date of this invite, returned from the `GET /invites/<code>` endpoint when `with_expiration` is `true` */
expires_at?: string | null
/** Stage instance data if there is a public Stage instance in the Stage channel this invite is for */
/**
* Stage instance data if there is a public Stage instance in the Stage channel this invite is for
*
* @deprecated
*/
stage_instance?: DiscordInviteStageInstance
/** guild scheduled event data */
guild_scheduled_event?: DiscordScheduledEvent