@typed-discord/rest
Preparing search index...
types
InteractionResponse
Interface InteractionResponse
interface
InteractionResponse
{
activity_instance_id
?:
string
|
null
;
channel_id
?:
`
${
bigint
}
`
;
guild_id
?:
`
${
bigint
}
`
;
id
:
`
${
bigint
}
`
;
response_message_ephemeral
?:
boolean
;
response_message_id
?:
`
${
bigint
}
`
;
response_message_loading
?:
boolean
;
type
:
InteractionTypes
;
}
Index
Properties
activity_
instance_
id?
channel_
id?
guild_
id?
id
response_
message_
ephemeral?
response_
message_
id?
response_
message_
loading?
type
Properties
Optional
activity_
instance_
id
activity_instance_id
?:
string
|
null
Optional
channel_
id
channel_id
?:
`
${
bigint
}
`
Optional
guild_
id
guild_id
?:
`
${
bigint
}
`
id
id
:
`
${
bigint
}
`
Optional
response_
message_
ephemeral
response_message_ephemeral
?:
boolean
Optional
response_
message_
id
response_message_id
?:
`
${
bigint
}
`
Optional
response_
message_
loading
response_message_loading
?:
boolean
type
type
:
InteractionTypes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activity_
instance_
id
channel_
id
guild_
id
id
response_
message_
ephemeral
response_
message_
id
response_
message_
loading
type
@typed-discord/rest
Loading...