Discord.https - v3.0.16
Preparing search index...
structures/utils/Util
InteractionResolvedData
Interface InteractionResolvedData
interface
InteractionResolvedData
{
attachments
?:
Collection
<
string
,
Attachment
>
;
channels
?:
Collection
<
string
,
APIInteractionDataResolvedChannel
>
;
members
?:
Collection
<
string
,
APIInteractionDataResolvedGuildMember
>
;
messages
?:
Collection
<
string
,
APIMessage
>
;
roles
?:
Collection
<
string
,
APIRole
>
;
users
?:
Collection
<
string
,
APIUser
>
;
}
Index
Properties
attachments?
channels?
members?
messages?
roles?
users?
Properties
Optional
attachments
attachments
?:
Collection
<
string
,
Attachment
>
Optional
channels
channels
?:
Collection
<
string
,
APIInteractionDataResolvedChannel
>
Optional
members
members
?:
Collection
<
string
,
APIInteractionDataResolvedGuildMember
>
Optional
messages
messages
?:
Collection
<
string
,
APIMessage
>
Optional
roles
roles
?:
Collection
<
string
,
APIRole
>
Optional
users
users
?:
Collection
<
string
,
APIUser
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
channels
members
messages
roles
users
Discord.https - v3.0.16
Loading...