mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
fix(types): Update which messages can be forwarded (#4398)
Co-authored-by: Link <link20050703@gmail.com>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user