A declaration of a Bluesky chat account.
Record Key
literal:self
Fixed literal value
Properties
allowGroupInvites
string
Optional
[NOTE: This is under active development and should be considered unstable while this note is here]. Declaration about group chat invitation preferences for the record owner.
Known values:
all, none, followingallowIncoming
string
Required
No description available.
Known values:
all, none, followingView raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"allowIncoming"
],
"properties": {
"allowIncoming": {
"type": "string",
"knownValues": [
"all",
"none",
"following"
]
},
"allowGroupInvites": {
"type": "string",
"description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Declaration about group chat invitation preferences for the record owner.",
"knownValues": [
"all",
"none",
"following"
]
}
}
},
"description": "A declaration of a Bluesky chat account."
}