Interface FriendsGetRecentParams

interface FriendsGetRecentParams {
    count?: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count?: number

Number of recently added friends to return.

Generated using TypeDoc