Interface VideoDeleteCommentParams

interface VideoDeleteCommentParams {
    comment_id: number;
    owner_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

comment_id: number

ID of the comment to be deleted.

owner_id?: number

ID of the user or community that owns the video.

Generated using TypeDoc