Record containing customizations for a user's chat profile.
literal:self
Fixed literal value
Properties
badges
ref
#badgeSelections
Optional
Badge selections for display in chat.
color
ref
#color
Optional
No description available.
selfLabels
array
of
ref
#selfLabel
Optional
Self-applied labels for this profile, e.g. 'bot'.
maxLength: 10 itemsView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"color": {
"ref": "#color",
"type": "ref"
},
"badges": {
"ref": "#badgeSelections",
"type": "ref",
"description": "Badge selections for display in chat."
},
"selfLabels": {
"type": "array",
"items": {
"ref": "#selfLabel",
"type": "ref"
},
"maxLength": 10,
"description": "Self-applied labels for this profile, e.g. 'bot'."
}
}
},
"description": "Record containing customizations for a user's chat profile."
}