Preparing search index...
The search index is not available
Oceanic
Oceanic
Types/Interactions
ApplicationCommandInteractionData
Interface ApplicationCommandInteractionData<T, C>
interface
ApplicationCommandInteractionData
<
T
,
C
>
{
guildID
?:
string
;
id
:
string
;
name
:
string
;
options
:
InteractionOptionsWrapper
;
resolved
:
ApplicationCommandInteractionResolvedData
;
target
:
C
extends
CHAT_INPUT
?
null
:
C
extends
USER
?
User
:
C
extends
MESSAGE
?
Message
<
T
>
:
null
|
User
|
Message
<
T
>
;
targetID
:
C
extends
CHAT_INPUT
?
null
:
C
extends
USER
|
MESSAGE
?
string
:
null
|
string
;
type
:
C
;
}
Type Parameters
T
extends
AnyInteractionChannel
|
Uncached
=
AnyInteractionChannel
|
Uncached
C
extends
ApplicationCommandTypes
=
ApplicationCommandTypes
Index
Properties
guildID?
id
name
options
resolved
target
targetID
type
Properties
Optional
guildID
guildID
?:
string
id
id
:
string
name
name
:
string
options
options
:
InteractionOptionsWrapper
resolved
resolved
:
ApplicationCommandInteractionResolvedData
target
target
:
C
extends
CHAT_INPUT
?
null
:
C
extends
USER
?
User
:
C
extends
MESSAGE
?
Message
<
T
>
:
null
|
User
|
Message
<
T
>
targetID
targetID
:
C
extends
CHAT_INPUT
?
null
:
C
extends
USER
|
MESSAGE
?
string
:
null
|
string
type
type
:
C
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
guildID
id
name
options
resolved
target
targetID
type
Oceanic
Loading...