Interface POSTForumTopicBody

interface POSTForumTopicBody {
    content: string;
    title: string;
}

Properties

Properties

content: string

The content of the forum topic (min length 1; max length 4000)

title: string

The title of the forum topic (min length 1; max length 500)