Interface WallDeleteParams

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

Indexable

[key: string]: any

Properties

Properties

owner_id?: number

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

post_id?: number

ID of the post to be deleted.

Generated using TypeDoc