vk-io
    Preparing search index...

    Interface NewsfeedGetCommentsParams

    interface NewsfeedGetCommentsParams {
        count?: number;
        end_time?: number;
        fields?: BaseUserGroupFields[];
        filters?: NewsfeedCommentsFilters[];
        last_comments_count?: number;
        reposts?: string;
        start_from?: string;
        start_time?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    count?: number

    Number of comments to return. For auto feed, you can use the 'new_offset' parameter returned by this method.

    end_time?: number

    Latest timestamp (in Unix time) of a comment to return. By default, the current time.

    last_comments_count?: number
    reposts?: string

    Object ID, comments on repost of which shall be returned, e.g. 'wall1_45486'. (If the parameter is set, the 'filters' parameter is optional.),

    start_from?: string

    Identificator needed to return the next page with results. Value for this parameter returns in 'next_from' field.

    start_time?: number

    Earliest timestamp (in Unix time) of a comment to return. By default, 24 hours ago.