chat.bsky.convo.defs
#messageRef
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
did | string (did) | - | ✅ | - |
convoId | string | - | ✅ | - |
messageId | string | - | ✅ | - |
#messageInput
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
text | string | - | ✅ | - |
facets | array of app.bsky.richtext.facet | - | ❌ | Annotations of text (mentions, URLs, hashtags, etc) |
embed | union of app.bsky.embed.record | - | ❌ | - |
#messageView
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
id | string | - | ✅ | - |
rev | string | - | ✅ | - |
text | string | - | ✅ | - |
facets | array of app.bsky.richtext.facet | - | ❌ | Annotations of text (mentions, URLs, hashtags, etc) |
embed | union of app.bsky.embed.record#view | - | ❌ | - |
sender | #messageViewSender | - | ✅ | - |
sentAt | string (datetime) | - | ✅ | - |
#deletedMessageView
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
id | string | - | ✅ | - |
rev | string | - | ✅ | - |
sender | #messageViewSender | - | ✅ | - |
sentAt | string (datetime) | - | ✅ | - |
#messageViewSender
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
did | string (did) | - | ✅ | - |
#convoView
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
id | string | - | ✅ | - |
rev | string | - | ✅ | - |
members | array of chat.bsky.actor.defs#profileViewBasic | - | ✅ | - |
lastMessage | union of #messageView #deletedMessageView | - | ❌ | - |
muted | boolean | - | ✅ | - |
unreadCount | integer | - | ✅ | - |
#logBeginConvo
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
rev | string | - | ✅ | - |
convoId | string | - | ✅ | - |
#logLeaveConvo
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
rev | string | - | ✅ | - |
convoId | string | - | ✅ | - |
#logCreateMessage
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
rev | string | - | ✅ | - |
convoId | string | - | ✅ | - |
message | union of #messageView #deletedMessageView | - | ✅ | - |
#logDeleteMessage
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
rev | string | - | ✅ | - |
convoId | string | - | ✅ | - |
message | union of #messageView #deletedMessageView | - | ✅ | - |