···1818// RECORDTYPE: ActorProfile
1919type ActorProfile struct {
2020 LexiconTypeID string `json:"$type,const=sh.tangled.actor.profile" cborgen:"$type,const=sh.tangled.actor.profile"`
2121+ // avatar: Small image to be displayed next to posts from account. AKA, 'profile picture'
2222+ Avatar *util.LexBlob `json:"avatar,omitempty" cborgen:"avatar,omitempty"`
2123 // bluesky: Include link to this account on Bluesky.
2224 Bluesky bool `json:"bluesky" cborgen:"bluesky"`
2325 // description: Free-form profile description text.