{
"id": "social.colibri.beta.message",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 2048,
"description": "The message body."
},
"facets": {
"type": "array",
"items": {
"ref": "social.colibri.beta.richtext.facet",
"type": "ref"
},
"description": "Annotations over ranges of the text."
},
"parent": {
"ref": "social.colibri.beta.defs#recordRef",
"type": "ref",
"description": "The message this one replies to."
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the message was sent."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "When the message was last edited. Absent means never edited."
},
"attachments": {
"type": "array",
"items": {
"ref": "#attachment",
"type": "ref"
},
"description": "Files attached to this message."
},
"suppressedEmbeds": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"description": "URLs from this message's link facets whose preview the author chose not to show. Moderator suppression is a label instead."
}
}
},
"description": "A message in a channel. Lives in the author's own permissioned repo for the channel's space."
},
"attachment": {
"type": "object",
"required": [
"blob"
],
"properties": {
"blob": {
"type": "blob",
"description": "The attached file."
},
"name": {
"type": "string",
"maxLength": 256,
"description": "The original filename."
}
},
"description": "A file attached to a message."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreiapvvmrk3vn3rgs7bxsiovweq4gjhqxn6ns2adpiicn5ytt7rnkvu
- Indexed At
- 2026-08-23 12:32 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.message