place.stream.chat.defs
Lexicon Version: 1
Definitions
Section titled “Definitions”messageView
Section titled “messageView”Type: object
Properties:
Name | Type | Req’d | Description | Constraints |
---|---|---|---|---|
uri | string | ✅ | Format: at-uri | |
cid | string | ✅ | Format: cid | |
author | app.bsky.actor.defs#profileViewBasic | ✅ | ||
record | unknown | ✅ | ||
indexedAt | string | ✅ | Format: datetime | |
chatProfile | place.stream.chat.profile | ❌ | ||
replyTo | Union of:place.stream.chat.defs#messageView | ❌ |
Lexicon Source
Section titled “Lexicon Source”{ "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"] } } } }}