Variable getUsersUseridFriendsInactiveConst
getUsersUseridFriendsInactive: EndpointGeneric<{ userId: number; }, { data: { created: string; description: string; displayName: string; externalAppDisplayName: string; friendFrequentRank: number; friendFrequentScore: number; hasVerifiedBadge: boolean; id: number; isBanned: boolean; isDeleted: boolean; isOnline: boolean; name: string; presenceType: | 0 | 1 | 2 | 3 | 4; }[]; }, any> = ...
Api
GET https://friends.roblox.com/v1/users/:userId/friends/inactive
Summary
Get list of inactive friends for the specified user.
Param: userId
The user Id to get the friends for.