GetFollowersResponse

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

Constructors

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

Properties

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