Interface VideoUnpinCommentParams

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

Indexable

[key: string]: any

Properties

Properties

comment_id: number
owner_id: number

ID of the user or community that owns the video.

Generated using TypeDoc