Skip to main content

chat.bsky.moderation.defs

#convoView

A view of a conversation for moderation purposes. Unlike chat.bsky.convo.defs#convoView, it does not include viewer-specific data (such as muted, unreadCount, status, lastMessage, lastReaction), since the requester is a moderator and not a member of the conversation. The member list is not included; use chat.bsky.moderation.getConvoMembers to list members.

PropertyTypeKnown ValuesRequiredDescription
idstring--
revstring--
kindunion of
#directConvo
#groupConvo
--

#directConvo

Data specific to a direct conversation, for moderation purposes.

#groupConvo

Data specific to a group conversation, for moderation purposes. Unlike chat.bsky.convo.defs#groupConvo, it does not include viewer-specific data (such as unreadJoinRequestCount), since the requester is a moderator and not a member of the conversation.

PropertyTypeKnown ValuesRequiredDescription
createdAtstring (datetime)--
joinLinkchat.bsky.group.defs#joinLinkView--
joinRequestCountinteger-The total number of pending join requests for the group conversation. This information is only visible to the owner and to moderators. Capped at 21.
lockStatuschat.bsky.convo.defs#convoLockStatus--
memberCountinteger-The total number of members in the group conversation.
memberLimitinteger-The maximum number of members allowed in the group conversation.
namestring-The display name of the group conversation.