Interface JSONInvite

Hierarchy

  • JSONInvite

Properties

approximateMemberCount?: number
approximatePresenceCount?: number
channel?: string
code: string
createdAt?: number
expiresAt?: number
guild?: string
guildScheduledEvent?: JSONScheduledEvent
inviter?: string
maxAge?: number
maxUses?: number
stageInstance?: { members: string[]; participantCount: number; speakerCount: number; topic: string }

Type declaration

  • members: string[]
  • participantCount: number
  • speakerCount: number
  • topic: string
targetApplication?: JSONPartialApplication
targetType?: InviteTargetTypes
targetUser?: string
temporary?: boolean
uses?: number