seyfert
Preparing search index...
EntryPointWithResponseResult
Interface EntryPointWithResponseResult
interface
EntryPointWithResponseResult
{
interaction
:
{
activityInstanceId
?:
string
;
id
:
string
;
responseMessageEphemeral
?:
boolean
;
responseMessageId
?:
string
;
responseMessageLoading
?:
boolean
;
type
:
InteractionType
;
}
;
resource
?:
|
{
activityInstance
:
InteractionCallbackResourceActivity
;
type
:
LaunchActivity
;
}
|
{
message
:
WebhookMessage
;
type
:
|
Pong
|
ChannelMessageWithSource
|
DeferredChannelMessageWithSource
|
DeferredMessageUpdate
|
UpdateMessage
|
ApplicationCommandAutocompleteResult
|
Modal
;
}
;
}
Index
Properties
interaction
resource?
Properties
interaction
interaction
:
{
activityInstanceId
?:
string
;
id
:
string
;
responseMessageEphemeral
?:
boolean
;
responseMessageId
?:
string
;
responseMessageLoading
?:
boolean
;
type
:
InteractionType
;
}
Optional
resource
resource
?:
|
{
activityInstance
:
InteractionCallbackResourceActivity
;
type
:
LaunchActivity
;
}
|
{
message
:
WebhookMessage
;
type
:
|
Pong
|
ChannelMessageWithSource
|
DeferredChannelMessageWithSource
|
DeferredMessageUpdate
|
UpdateMessage
|
ApplicationCommandAutocompleteResult
|
Modal
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
interaction
resource
seyfert
Loading...