Interface FriendsGetFieldsResponse

interface FriendsGetFieldsResponse {
    count: number;
    items: UsersUserFull[];
    profiles: UsersUserFull[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total friends number

items: UsersUserFull[]
profiles: UsersUserFull[]

Generated using TypeDoc