Skip to content

place.stream.chat.gate

Lexicon Version: 1

Type: record

Record defining a single gated chat message.

Record Key: tid

Record Properties:

NameTypeReq’dDescriptionConstraints
hiddenMessagestringURI of the hidden chat message.Format: at-uri

{
"lexicon": 1,
"id": "place.stream.chat.gate",
"defs": {
"main": {
"type": "record",
"key": "tid",
"description": "Record defining a single gated chat message.",
"record": {
"type": "object",
"required": ["hiddenMessage"],
"properties": {
"hiddenMessage": {
"type": "string",
"format": "at-uri",
"description": "URI of the hidden chat message."
}
}
}
}
}
}