Interface NewsfeedSearchExtendedStrictResponse

interface NewsfeedSearchExtendedStrictResponse {
    count: number;
    groups: GroupsGroupFull[];
    items: WallWallpostFull[];
    next_from: string;
    profiles: UsersUserFull[];
    suggested_queries: string[];
    total_count: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Filtered number

groups: GroupsGroupFull[]
next_from: string
profiles: UsersUserFull[]
suggested_queries: string[]
total_count: number

Total number

Generated using TypeDoc