{
"id": "place.stream.chat.message",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt",
"streamer"
],
"properties": {
"text": {
"type": "string",
"maxLength": 3000,
"description": "The primary message content. May be an empty string, if there are embeds.",
"maxGraphemes": 300
},
"reply": {
"ref": "#replyRef",
"type": "ref"
},
"facets": {
"type": "array",
"items": {
"ref": "place.stream.richtext.facet",
"type": "ref"
},
"description": "Annotations of text (mentions, URLs, etc)"
},
"streamer": {
"type": "string",
"format": "did",
"description": "The DID of the streamer whose chat this is."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Client-declared timestamp when this message was originally created."
}
}
},
"description": "Record containing a Streamplace chat message."
},
"replyRef": {
"type": "object",
"required": [
"root",
"parent"
],
"properties": {
"root": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"parent": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:stream.place
- CID
-
bafyreicg2filfv6lix6el5rcq77khkgthhhu6phlqjrew6uqy43yten2d4
- Indexed At
- 2026-01-25 11:50 UTC
- AT-URI
-
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.chat.message