ConvoView

data class ConvoView(val id: String, val rev: String, val kind: ConvoViewKindUnion? = null)

NOTE: This is under active development and should be considered unstable while this note is here. 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.

Parameters

kind

Union field that has data specific to different kinds of convos.

Constructors

Link copied to clipboard
constructor(id: String, rev: String, kind: ConvoViewKindUnion? = null)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Union field that has data specific to different kinds of convos.

Link copied to clipboard
val rev: String