Interface WallPinParams

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

Indexable

[key: string]: any

Properties

Properties

owner_id?: number

ID of the user or community that owns the wall. By default, current user ID. Use a negative value to designate a community ID.

post_id: number

Post ID.

Generated using TypeDoc