Skip to main content

chat.bsky.convo.defs

#messageRef

PropertyTypeKnown ValuesRequiredDescription
didstring (did)--
convoIdstring--
messageIdstring--

#messageInput

PropertyTypeKnown ValuesRequiredDescription
textstring--
facetsarray of app.bsky.richtext.facet-Annotations of text (mentions, URLs, hashtags, etc)
embedunion of
app.bsky.embed.record
--

#messageView

PropertyTypeKnown ValuesRequiredDescription
idstring--
revstring--
textstring--
facetsarray of app.bsky.richtext.facet-Annotations of text (mentions, URLs, hashtags, etc)
embedunion of
app.bsky.embed.record#view
--
sender#messageViewSender--
sentAtstring (datetime)--

#deletedMessageView

PropertyTypeKnown ValuesRequiredDescription
idstring--
revstring--
sender#messageViewSender--
sentAtstring (datetime)--

#messageViewSender

PropertyTypeKnown ValuesRequiredDescription
didstring (did)--

#convoView

PropertyTypeKnown ValuesRequiredDescription
idstring--
revstring--
membersarray of chat.bsky.actor.defs#profileViewBasic--
lastMessageunion of
#messageView
#deletedMessageView
--
mutedboolean--
unreadCountinteger--

#logBeginConvo

PropertyTypeKnown ValuesRequiredDescription
revstring--
convoIdstring--

#logLeaveConvo

PropertyTypeKnown ValuesRequiredDescription
revstring--
convoIdstring--

#logCreateMessage

PropertyTypeKnown ValuesRequiredDescription
revstring--
convoIdstring--
messageunion of
#messageView
#deletedMessageView
--

#logDeleteMessage

PropertyTypeKnown ValuesRequiredDescription
revstring--
convoIdstring--
messageunion of
#messageView
#deletedMessageView
--