feat(Webhook): allow setting appliedTags on send()

#10027 backport
This commit is contained in:
Elysia
2024-09-17 18:40:39 +07:00
parent 6dde343f9f
commit c1367507aa
3 changed files with 6 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -7589,6 +7589,7 @@ export interface WebhookMessageOptions extends Omit<MessageOptions, 'reply' | 's
avatarURL?: string;
threadId?: Snowflake;
threadName?: string;
appliedTags?: Snowflake[];
}
export type WebhookType = keyof typeof WebhookTypes;