@typed-discord/rest
Preparing search index...
types
ModalSubmitInteractionMetadataResponse
Interface ModalSubmitInteractionMetadataResponse
interface
ModalSubmitInteractionMetadataResponse
{
authorizing_integration_owners
:
{
[
key
:
string
]:
`
${
bigint
}
`
}
;
id
:
`
${
bigint
}
`
;
original_response_message_id
?:
`
${
bigint
}
`
;
triggering_interaction_metadata
:
|
ApplicationCommandInteractionMetadataResponse
|
MessageComponentInteractionMetadataResponse
;
type
:
MODAL_SUBMIT
;
user
?:
UserResponse
;
}
Index
Properties
authorizing_
integration_
owners
id
original_
response_
message_
id?
triggering_
interaction_
metadata
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
}
`
triggering_
interaction_
metadata
triggering_interaction_metadata
:
|
ApplicationCommandInteractionMetadataResponse
|
MessageComponentInteractionMetadataResponse
type
type
:
MODAL_SUBMIT
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
triggering_
interaction_
metadata
type
user
@typed-discord/rest
Loading...