Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateInviteData

Hierarchy

  • CreateInviteData

Index

Properties

max_age?: number

max age of the invite in seconds

max_uses?: number

max uses of the invite

target_application_id?: string

ID of the application to open for this invite. Required if target_type is 2. The application must have the EMBEDDED flag.

target_type?: <internal>.InviteTarget

The type of target for this voice channel invite

target_user_id?: string

User ID of who's stream to display in the voice channel. Required if target_type is 1. User must be streaming in the channel

temporary?: boolean

if this invite only allows temporary membership

unique?: boolean

does not try to re-use similar invites when true (useful for creating many one-time invites)

Generated using TypeDoc