social.colibri.beta.reaction

colibri.social

Documentation

A reaction to a message in the same channel space.

main record

A reaction to a message in the same channel space.

Record Key tid Timestamp-based ID

Properties

emoji string Required

The reaction, as an emoji or a custom shortcode.

maxLength: 64 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "emoji",
      "target"
    ],
    "properties": {
      "emoji": {
        "type": "string",
        "maxLength": 64,
        "description": "The reaction, as an emoji or a custom shortcode."
      },
      "target": {
        "ref": "social.colibri.beta.defs#recordRef",
        "type": "ref",
        "description": "The message being reacted to."
      }
    }
  },
  "description": "A reaction to a message in the same channel space."
}

Lexicon Garden

@