Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/interactions/Receiving_and_Responding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -320,16 +320,16 @@ r = requests.post(url, json=json)

###### Interaction Callback Response Object

| Field | Type | Description |
|-------------|--------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------|
| interaction | [interaction callback object](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-callback-interaction-callback-object) | The interaction object associated with the |
| resource? | [interaction resource object](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-callback-interaction-callback-resource-object) | The resource that was created by the interaction response. |
| Field | Type | Description |
|-------------|--------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------|
| interaction | [interaction callback object](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-callback-interaction-callback-object) | The interaction object associated with the interaction response. |
| resource? | [interaction resource object](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-callback-interaction-callback-resource-object) | The resource that was created by the interaction response. |

###### Interaction Callback Object

| Field | Type | Description |
|-----------------------------|-----------|-----------------------------------------------------------------------------------------------------|
| id | snowflake | |
| id | snowflake | ID of the interaction |
| type | integer | [Interaction type](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-object-interaction-type) |
| activity_instance_id? | string | Instance ID of the Activity if one was launched or joined |
| response_message_id? | snowflake | ID of the message that was created by the interaction |
Expand Down