Interface CreateForumThreadOptions

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

Properties

Properties

content: string

Content of the thread.

title: string

Forum thread's title.