Profile

constructor(    displayName: String? = null,     description: String? = null,     avatar: Blob? = null,     banner: Blob? = null,     labels: ProfileLabelsUnion? = null,     joinedViaStarterPack: StrongRef? = null,     pinnedPost: StrongRef? = null,     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.