2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -7147,7 +7147,6 @@ export interface ThreadEditData {
|
||||
rateLimitPerUser?: number;
|
||||
locked?: boolean;
|
||||
invitable?: boolean;
|
||||
threadName?: string;
|
||||
appliedTags?: Snowflake[];
|
||||
flags?: ChannelFlagsResolvable;
|
||||
}
|
||||
@@ -7231,6 +7230,7 @@ export interface WebhookMessageOptions extends Omit<MessageOptions, 'reply' | 's
|
||||
username?: string;
|
||||
avatarURL?: string;
|
||||
threadId?: Snowflake;
|
||||
threadName?: string;
|
||||
}
|
||||
|
||||
export type WebhookType = keyof typeof WebhookTypes;
|
||||
|
Reference in New Issue
Block a user