Interface UsersGetFollowersFieldsResponse

interface UsersGetFollowersFieldsResponse {
    count: number;
    friends_count: number;
    items: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Total number of available results

friends_count: number
items: UsersUserFull[]

Generated using TypeDoc