Interface BoardEditTopicParams

interface BoardEditTopicParams {
    group_id: number;
    title: string;
    topic_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

group_id: number

ID of the community that owns the discussion board.

title: string

New title of the topic.

topic_id: number

Topic ID.

Generated using TypeDoc