Interface WallRestoreParams

interface WallRestoreParams {
    owner_id?: number;
    post_id?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

owner_id?: number

User ID or community ID from whose wall the post was deleted. Use a negative value to designate a community ID.

post_id?: number

ID of the post to be restored.

Generated using TypeDoc