Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
GuildScheduledEventInviteURLCreateOptions
Interface GuildScheduledEventInviteURLCreateOptions
interface
GuildScheduledEventInviteURLCreateOptions
{
channel
?:
GuildInvitableChannelResolvable
;
maxAge
?:
number
;
maxUses
?:
number
;
reason
?:
string
;
targetApplication
?:
ApplicationResolvable
;
targetType
?:
InviteTargetType
;
targetUser
?:
UserResolvable
;
temporary
?:
boolean
;
unique
?:
boolean
;
}
Hierarchy (
View Summary
)
InviteCreateOptions
GuildScheduledEventInviteURLCreateOptions
Index
Properties
channel?
max
Age?
max
Uses?
reason?
target
Application?
target
Type?
target
User?
temporary?
unique?
Properties
Optional
channel
channel
?:
GuildInvitableChannelResolvable
Optional
max
Age
maxAge
?:
number
Optional
max
Uses
maxUses
?:
number
Optional
reason
reason
?:
string
Optional
target
Application
targetApplication
?:
ApplicationResolvable
Optional
target
Type
targetType
?:
InviteTargetType
Optional
target
User
targetUser
?:
UserResolvable
Optional
temporary
temporary
?:
boolean
Optional
unique
unique
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
max
Age
max
Uses
reason
target
Application
target
Type
target
User
temporary
unique
discord-js-button-pagination-ts
Loading...