Profile

data class Profile(val displayName: String? = null, val description: String? = null, val avatar: Blob? = null, val banner: Blob? = null, val labels: ProfileLabelsUnion? = null)

Constructors

Link copied to clipboard
constructor(displayName: String? = null, description: String? = null, avatar: Blob? = null, banner: Blob? = null, labels: ProfileLabelsUnion? = null)

Properties

Link copied to clipboard
val avatar: Blob? = null

Small image to be displayed next to posts from account. AKA, 'profile picture'

Link copied to clipboard
val banner: Blob? = null

Larger horizontal image to display behind profile view.

Link copied to clipboard
val description: String? = null

Free-form profile description text.

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

Self-label values, specific to the Bluesky application, on the overall account.