Skip to content

place.stream.chat.defs

Lexicon Version: 1

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
uristringFormat: at-uri
cidstringFormat: cid
authorapp.bsky.actor.defs#profileViewBasic
recordunknown
indexedAtstringFormat: datetime
chatProfileplace.stream.chat.profile
replyToUnion of:
  place.stream.chat.defs#messageView

{
"lexicon": 1,
"id": "place.stream.chat.defs",
"defs": {
"messageView": {
"type": "object",
"required": ["uri", "cid", "author", "record", "indexedAt"],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"cid": {
"type": "string",
"format": "cid"
},
"author": {
"type": "ref",
"ref": "app.bsky.actor.defs#profileViewBasic"
},
"record": {
"type": "unknown"
},
"indexedAt": {
"type": "string",
"format": "datetime"
},
"chatProfile": {
"type": "ref",
"ref": "place.stream.chat.profile"
},
"replyTo": {
"type": "union",
"refs": ["place.stream.chat.defs#messageView"]
}
}
}
}
}