vk-io
    Preparing search index...

    Interface WallWallComment

    interface WallWallComment {
        attachments: WallWallpostAttachment[];
        date: number;
        deleted: number | boolean;
        from_id: number;
        id: number;
        owner_id: number;
        parents_stack: number[];
        photo_id: number;
        pid: number;
        post_id: number;
        real_offset: number;
        reply_to_comment: number;
        reply_to_user: number;
        text: string;
        video_id: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    attachments: WallWallpostAttachment[]
    date: number

    Date when the comment has been added in Unixtime

    deleted: number | boolean
    from_id: number

    Author ID

    id: number

    Comment ID

    owner_id: number
    parents_stack: number[]
    photo_id: number
    pid: number

    Photo ID

    post_id

    post_id: number
    real_offset: number

    Real position of the comment

    reply_to_comment: number

    Replied comment ID

    reply_to_user: number

    Replied user ID

    text: string

    Comment text

    video_id: number