Add in withComponents to Webhook

This commit is contained in:
Elysia
2025-07-08 20:13:33 +07:00
parent 8eb32a16fe
commit e2732da506
2 changed files with 11 additions and 1 deletions

1
typings/index.d.ts vendored
View File

@@ -7981,6 +7981,7 @@ export interface WebhookMessageOptions extends Omit<MessageOptions, 'nonce' | 'r
threadId?: Snowflake;
threadName?: string;
appliedTags?: Snowflake[];
withComponents?: boolean;
}
export type WebhookType = keyof typeof WebhookTypes;