Type alias RESTPostAPIGuildForumThreadsFormDataBody

RESTPostAPIGuildForumThreadsFormDataBody: RESTPostAPIChannelMessagesThreadsJSONBody & {
    message: string;
}

Type declaration

  • message: string

    The initial message of the thread

Generated using TypeDoc