A read cursor for a Colibri channel, indicating the last read message by a user.
Record Key
tid
Timestamp-based ID
Properties
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."
}