vk-io
    Preparing search index...

    Interface WallPinParams

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

    Indexable

    • [key: string]: any
    Index

    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

    post_id: number

    Post ID.