Interface PhotosRestoreCommentParams

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

Indexable

[key: string]: any

Properties

comment_id: number

ID of the deleted comment.

owner_id?: number

ID of the user or community that owns the photo.

Generated using TypeDoc