Response

data class Response(val friendships: List<String>) : FriendshipQuery.GetFriendships

Constructors

Link copied to clipboard
constructor(friendships: List<String>)

Properties

Link copied to clipboard