UserFriendsResponse
data class UserFriendsResponse( val nextAfter: String? = null, val nextUrl: String? = null, val relationships: List<UserFriendsResponseRelationship> = emptyList())
Content copied to clipboard
Constructors
Link copied to clipboard
fun UserFriendsResponse( nextAfter: String? = null, nextUrl: String? = null, relationships: List<UserFriendsResponseRelationship> = emptyList())
Content copied to clipboard