Skip to content

Commit 6f636e4

Browse files
authored
Update receiving-and-responding.mdx
`IS_COMPONENTS_V2` allowed as interaction message callback
1 parent b930084 commit 6f636e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interactions/receiving-and-responding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Not all message fields are currently supported.
249249
| content? | string | Message content |
250250
| embeds? | array of [embeds](/docs/resources/message#embed-object) | Supports up to 10 embeds |
251251
| allowed_mentions? | [allowed mentions](/docs/resources/message#allowed-mentions-object) | [Allowed mentions](/docs/resources/message#allowed-mentions-object) object |
252-
| flags? \* | integer | [Message flags](/docs/resources/message#message-object-message-flags) combined as a [bitfield](https://en.wikipedia.org/wiki/Bit_field) (only `SUPPRESS_EMBEDS`, `EPHEMERAL`, and `SUPPRESS_NOTIFICATIONS` can be set) |
252+
| flags? \* | integer | [Message flags](/docs/resources/message#message-object-message-flags) combined as a [bitfield](https://en.wikipedia.org/wiki/Bit_field) (only `SUPPRESS_EMBEDS`, `EPHEMERAL`, `IS_COMPONENTS_V2` and `SUPPRESS_NOTIFICATIONS` can be set) |
253253
| components? | array of [components](/docs/components/reference#component-object) | Message components |
254254
| attachments? \*\* | array of partial [attachment](/docs/resources/message#attachment-object) objects | Attachment objects with filename and description |
255255
| poll? | [poll](/docs/resources/poll#poll-create-request-object) request object | Details about the poll |

0 commit comments

Comments
 (0)