Discord.https - v3.0.16
Preparing search index...
structures/Interaction/ModalSubmitInteraction/ModalComponentResolver
SelectMenuModalData
Interface SelectMenuModalData
interface
SelectMenuModalData
{
channels
?:
Collection
<
string
,
APIInteractionDataResolvedChannel
>
;
customId
:
string
;
id
:
number
;
members
?:
Collection
<
string
,
APIInteractionDataResolvedGuildMember
>
;
roles
?:
Collection
<
string
,
APIRole
>
;
type
:
|
StringSelect
|
UserSelect
|
RoleSelect
|
MentionableSelect
|
ChannelSelect
;
users
?:
Collection
<
string
,
APIUser
>
;
values
:
readonly
string
[]
;
}
Hierarchy (
View Summary
)
BaseModalData
<
|
ChannelSelect
|
MentionableSelect
|
RoleSelect
|
StringSelect
|
UserSelect
,
>
SelectMenuModalData
Index
Properties
channels?
custom
Id
id
members?
roles?
type
users?
values
Properties
Optional
channels
channels
?:
Collection
<
string
,
APIInteractionDataResolvedChannel
>
custom
Id
customId
:
string
id
id
:
number
Optional
members
members
?:
Collection
<
string
,
APIInteractionDataResolvedGuildMember
>
Optional
roles
roles
?:
Collection
<
string
,
APIRole
>
type
type
:
StringSelect
|
UserSelect
|
RoleSelect
|
MentionableSelect
|
ChannelSelect
Optional
users
users
?:
Collection
<
string
,
APIUser
>
values
values
:
readonly
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
custom
Id
id
members
roles
type
users
values
Discord.https - v3.0.16
Loading...