GetFollowsResponse

data class GetFollowsResponse(val cursor: String? = null, val follows: List<ProfileView>, val subject: ProfileView)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, follows: List<ProfileView>, subject: ProfileView)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
Link copied to clipboard