Interface FriendsGetResponse

interface FriendsGetResponse {
    count: number;
    items: number[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total friends number

items: number[]

User ID

Generated using TypeDoc