types(WebhookMessageCreateOptions): omit sharedClientTheme

This commit is contained in:
Jiralite
2026-07-15 10:35:41 +01:00
parent 40b7a60f26
commit b816b795fc
+1 -1
View File
@@ -8062,7 +8062,7 @@ export interface WebhookFetchMessageOptions {
export interface WebhookMessageCreateOptions extends Omit<
MessageCreateOptions,
'nonce' | 'reply' | 'stickers' | 'forward'
'nonce' | 'reply' | 'stickers' | 'forward' | 'sharedClientTheme'
> {
username?: string;
avatarURL?: string;