RESTPostAPIGuildForumThreadsJSONBody

https://discord.com/developers/docs/resources/channel#start-thread-in-forum-or-media-channel

Signature

export type RESTPostAPIGuildForumThreadsJSONBody = RESTPostAPIChannelMessagesThreadsJSONBody & {    message: Pick<RESTPostAPIChannelMessageJSONBody, 'content' | 'embeds' | 'components' | 'attachments' | 'flags' | 'sticker_ids' | 'allowed_mentions'>;    applied_tags?: Snowflake[] | undefined;};

Members

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