ThreadOnlyCreateBodyRequest

Force at least one of the following properties must be provided: any content of `message` or `files`.

Signature

export type ThreadOnlyCreateBodyRequest = RequireAtLeastOne<OmitInsert<RESTPostAPIGuildForumThreadsJSONBody, 'message', {    message?: RequireAtLeastOne<Pick<MessageCreateBodyRequest, keyof RESTPostAPIGuildForumThreadsJSONBody['message']>, 'sticker_ids' | 'content' | 'embeds' | 'components'>;    files?: ResolverProps['files'];    name: string;}>, 'message' | 'files'>;

Members

This export does not declare public properties or methods in the generated declaration file.