GetSuggestedFollowsByActorResponse

data class GetSuggestedFollowsByActorResponse(val suggestions: ReadOnlyList<ProfileView>, val isFallback: Boolean? = false)

Parameters

isFallback

If true, response has fallen-back to generic results, and is not scoped using relativeToDid

Constructors

Link copied to clipboard
constructor(suggestions: ReadOnlyList<ProfileView>, isFallback: Boolean? = false)

Properties

Link copied to clipboard
val isFallback: Boolean? = false

If true, response has fallen-back to generic results, and is not scoped using relativeToDid

Link copied to clipboard