@typed-discord/rest
Preparing search index...
types
OnboardingPromptOptionRequest
Interface OnboardingPromptOptionRequest
interface
OnboardingPromptOptionRequest
{
channel_ids
?:
`
${
bigint
}
`
[]
|
null
;
description
?:
string
|
null
;
emoji_animated
?:
boolean
|
null
;
emoji_id
?:
`
${
bigint
}
`
|
null
;
emoji_name
?:
string
|
null
;
id
?:
`
${
bigint
}
`
|
null
;
role_ids
?:
`
${
bigint
}
`
[]
|
null
;
title
:
string
;
}
Index
Properties
channel_
ids?
description?
emoji_
animated?
emoji_
id?
emoji_
name?
id?
role_
ids?
title
Properties
Optional
channel_
ids
channel_ids
?:
`
${
bigint
}
`
[]
|
null
Optional
description
description
?:
string
|
null
Optional
emoji_
animated
emoji_animated
?:
boolean
|
null
Optional
emoji_
id
emoji_id
?:
`
${
bigint
}
`
|
null
Optional
emoji_
name
emoji_name
?:
string
|
null
Optional
id
id
?:
`
${
bigint
}
`
|
null
Optional
role_
ids
role_ids
?:
`
${
bigint
}
`
[]
|
null
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel_
ids
description
emoji_
animated
emoji_
id
emoji_
name
id
role_
ids
title
@typed-discord/rest
Loading...