@typed-discord/rest
Preparing search index...
types
CreateGuildInviteRequest
Interface CreateGuildInviteRequest
interface
CreateGuildInviteRequest
{
max_age
?:
number
|
null
;
max_uses
?:
number
|
null
;
role_ids
?:
string
|
`
${
bigint
}
`
[]
|
null
;
target_application_id
?:
`
${
bigint
}
`
|
null
;
target_type
?:
STREAM
|
EMBEDDED_APPLICATION
|
null
;
target_user_id
?:
`
${
bigint
}
`
|
null
;
temporary
?:
boolean
|
null
;
unique
?:
boolean
|
null
;
}
Index
Properties
max_
age?
max_
uses?
role_
ids?
target_
application_
id?
target_
type?
target_
user_
id?
temporary?
unique?
Properties
Optional
max_
age
max_age
?:
number
|
null
Optional
max_
uses
max_uses
?:
number
|
null
Optional
role_
ids
role_ids
?:
string
|
`
${
bigint
}
`
[]
|
null
Optional
target_
application_
id
target_application_id
?:
`
${
bigint
}
`
|
null
Optional
target_
type
target_type
?:
STREAM
|
EMBEDDED_APPLICATION
|
null
Optional
target_
user_
id
target_user_id
?:
`
${
bigint
}
`
|
null
Optional
temporary
temporary
?:
boolean
|
null
Optional
unique
unique
?:
boolean
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max_
age
max_
uses
role_
ids
target_
application_
id
target_
type
target_
user_
id
temporary
unique
@typed-discord/rest
Loading...