ai.newnal.trustsquare.chatMessage

bezalel-newnal.bsky.social

Documentation

A live-chat message in a Trust Square whose subject is a live stream.

main record

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.

text string Required

No description available.

maxLength: 5000 bytesmaxGraphemes: 500 graphemes
View 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."
}

Lexicon Garden

@