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 bytestarget
ref
social.colibri.beta.defs#recordRef
Required
The message being reacted to.
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."
}