A live-chat message in a Trust Square whose subject is a live stream.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
square
ref
com.atproto.repo.strongRef
Required
No description available.
text
string
Required
No description available.
maxLength: 5000 bytesmaxGraphemes: 500 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"square",
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 5000,
"maxGraphemes": 500
},
"square": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A live-chat message in a Trust Square whose subject is a live stream."
}