Profile
data class Profile(val displayName: String? = null, val description: String? = null, val avatar: Blob? = null, val banner: Blob? = null, val labels: ProfileLabelsUnion? = null, val joinedViaStarterPack: StrongRef? = null, val pinnedPost: StrongRef? = null, val createdAt: Timestamp? = null)
Parameters
description
Free-form profile description text.
avatar
Small image to be displayed next to posts from account. AKA, 'profile picture'
banner
Larger horizontal image to display behind profile view.
labels
Self-label values, specific to the Bluesky application, on the overall account.