Interface EditForumThreadOptions

interface EditForumThreadOptions {
    content?: string;
    title?: string;
}

Properties

Properties

content?: string

New content of the thread.

title?: string

New forum thread's title.