interface GuildScheduledEventInviteURLCreateOptions
extends
InviteCreateOptionsexport interface GuildScheduledEventInviteURLCreateOptions extends InviteCreateOptions
Options used to create an invite URL to a GuildScheduledEvent
optionalGuildInvitableChannelResolvable channel? :
The channel to create the invite in. This is required when the entityType
of GuildScheduledEvent
is GuildScheduledEventEntityType.External, gets ignored otherwise
optionalnumber maxAge? :
How long the invite should last (in seconds, 0 for forever)
Inherited from: InviteCreateOptions
optionalApplicationResolvable targetApplication? :
The embedded application to open for this invite, required if targetType
is InviteTargetType.Stream, the application must have the InviteTargetType.EmbeddedApplication flag
Inherited from: InviteCreateOptions
optionalInviteTargetType targetType? :
The type of the target for this voice channel invite
Inherited from: InviteCreateOptions
optionalUserResolvable targetUser? :
The user whose stream to display for this invite, required if targetType
is InviteTargetType.Stream, the user must be streaming in the channel
Inherited from: InviteCreateOptions
optionalboolean temporary? :
Whether members that joined via the invite should be automatically kicked after 24 hours if they have not yet received a role
Inherited from: InviteCreateOptions
optionalboolean unique? :
Create a unique invite, or use an existing one with similar settings
Inherited from: InviteCreateOptions