social.colibri.channel.read

colibri.social

Documentation

A read cursor for a Colibri channel, indicating the last read message by a user.

main record

A read cursor for a Colibri channel, indicating the last read message by a user.

Record Key tid Timestamp-based ID

Properties

$type string nsid Optional

The type of the record.

channel string at-uri Required

The channel this message was sent in.

cursor string datetime Required

The timestamp the channel was last read at.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "channel",
      "cursor"
    ],
    "properties": {
      "$type": {
        "type": "string",
        "format": "nsid",
        "description": "The type of the record."
      },
      "cursor": {
        "type": "string",
        "format": "datetime",
        "description": "The timestamp the channel was last read at."
      },
      "channel": {
        "type": "string",
        "format": "at-uri",
        "description": "The channel this message was sent in."
      }
    }
  },
  "description": "A read cursor for a Colibri channel, indicating the last read message by a user."
}

Lexicon Garden

@