GetFollowersResponse

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

Constructors

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

Properties

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