A reaction on a Colibri message.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"type",
"category"
],
"properties": {
"$type": {
"type": "string",
"format": "nsid",
"description": "The type of the record."
},
"emoji": {
"type": "string",
"description": "The emoji of the reaction. This allows for any string to support for custom emojis later down the line."
},
"targetMessage": {
"type": "string",
"format": "record-key",
"description": "The message this relation belongs to."
}
}
},
"description": "A reaction on a Colibri message."
}