Interface BoardRestoreCommentParams

interface BoardRestoreCommentParams {
    comment_id: number;
    group_id: number;
    topic_id: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

comment_id: number

Comment ID.

group_id: number

ID of the community that owns the discussion board.

topic_id: number

Topic ID.

Generated using TypeDoc