fix(types): Update which messages can be forwarded (#4398)

Co-authored-by: Link <link20050703@gmail.com>
This commit is contained in:
Fleny
2025-08-26 10:32:01 -07:00
committed by GitHub
co-authored by Link
parent 7f35b34eca
commit c7074d7837
+1 -1
View File
@@ -303,7 +303,7 @@ export enum DiscordMessageReferenceType {
*
* This value can only be used for basic messages;
* i.e. messages which do not have strong bindings to a non global entity.
* Thus we support only messages with `DEFAULT` or `REPLY` types, but disallowed if there are any polls, calls, or components.
* 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.
*/
Forward,
}