export type EditWebhookMessageOptions = RESTPatchAPIWebhookWithTokenMessageJSONBody & { files?: RawFile[]; thread_id?: string;};
No summary provided.