Skip to content

Commit 7de402e

Browse files
authored
Update which messages can be forwarded (#7777)
1 parent e30fa95 commit 7de402e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/message.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Determines how associated data is populated.
331331
| FORWARD | 1 | `message_snapshot` | Reference used to point to a message at a point in time. |
332332

333333
`FORWARD` can only be used for basic messages; i.e. messages which do not have strong bindings to a non global entity.
334-
Thus we support only messages with `DEFAULT` or `REPLY` types, but disallowed if there are any polls, calls, or components.
334+
Thus we support only messages with type `DEFAULT`, `REPLY`, `CHAT_INPUT_COMMAND`, or `CONTEXT_MENU_COMMAND`, and don't support messages with a poll, call, or activity.
335335
This is subject to change in the future.
336336

337337
#### Message Reference Content Attribution

0 commit comments

Comments
 (0)