Type alias RESTPostAPIGuildForumThreadsJSONBody

RESTPostAPIGuildForumThreadsJSONBody: RESTPostAPIChannelMessagesThreadsJSONBody & {
    applied_tags?: Snowflake[];
    message: RESTPostAPIChannelMessageJSONBody;
}

Type declaration

Generated using TypeDoc