@typed-discord/rest
Preparing search index...
types
ApplicationCommandInteractionMetadataResponse
Interface ApplicationCommandInteractionMetadataResponse
interface
ApplicationCommandInteractionMetadataResponse
{
authorizing_integration_owners
:
{
[
key
:
string
]:
`
${
bigint
}
`
}
;
id
:
`
${
bigint
}
`
;
original_response_message_id
?:
`
${
bigint
}
`
;
target_message_id
?:
`
${
bigint
}
`
;
target_user
?:
UserResponse
;
type
:
APPLICATION_COMMAND
;
user
?:
UserResponse
;
}
Index
Properties
authorizing_
integration_
owners
id
original_
response_
message_
id?
target_
message_
id?
target_
user?
type
user?
Properties
authorizing_
integration_
owners
authorizing_integration_owners
:
{
[
key
:
string
]:
`
${
bigint
}
`
}
id
id
:
`
${
bigint
}
`
Optional
original_
response_
message_
id
original_response_message_id
?:
`
${
bigint
}
`
Optional
target_
message_
id
target_message_id
?:
`
${
bigint
}
`
Optional
target_
user
target_user
?:
UserResponse
type
type
:
APPLICATION_COMMAND
Optional
user
user
?:
UserResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorizing_
integration_
owners
id
original_
response_
message_
id
target_
message_
id
target_
user
type
user
@typed-discord/rest
Loading...