Interface WallRestoreCommentParams

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

Indexable

[key: string]: any

Properties

comment_id: number

Comment ID.

owner_id?: number

User ID or community ID. Use a negative value to designate a community ID.

Generated using TypeDoc