bsky.lexicons.app.bsky.actor
AtProto lexicons types of app.bsky.
actor
.*
- struct
ProfileAssociatedChat
; - app.bsky.actor.defs#profileAssociatedChat
- enum
AllowIncoming
: int; -
none
all
following
- AllowIncoming
allowIncoming
;
- struct
ProfileAssociated
; - app.bsky.actor.defs#profileAssociated
- size_t
lists
; - size_t
feedgens
; - size_t
starterPacks
; - bool
labeler
; - ProfileAssociatedChat
chat
;
- struct
ViewerState
; - app.bsky.actor.defs#viewerState
- string
repost
; - string
like
; - bool
threadMuted
; - bool
replyDisabled
; - bool
embeddingDisabled
; - bool
pinned
;
- struct
ProfileViewBasic
; - app.bsky.actor.defs#profileViewBasic
- string
did
; - string
handle
; - string
displayName
; - string
avatar
; - ProfileAssociated
associated
; - ViewerState
viewer
; - Label[]
labels
; - SysTime
createdAt
;
- struct
ViewerXXX
; -
- bool
muted
; - struct
ByList
; -
- string
uri
; - string
cid
; - string
name
; - JSONValue
purpose
; - string
avatar
; - Label[]
labels
; - struct
Viewer
;
Viewerviewer
; -
- bool
muted
; - bool
blocked
;
- SysTime
indexedAt
;
- ByList
mutedByList
; - bool
blockedBy
; - bool
blocking
; - string
following
; - string
followedBy
;