Record defining a single gated chat message.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"hiddenMessage"
],
"properties": {
"hiddenMessage": {
"type": "string",
"format": "at-uri",
"description": "URI of the hidden chat message."
}
}
},
"description": "Record defining a single gated chat message."
}