No description available.
tid
Timestamp-based ID
Properties
channel
ref
com.atproto.repo.strongRef
Optional
No description available.
channelOnly
boolean
Optional
No description available.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
cwRestricted
boolean
Optional
No description available.
embed
union
Optional
facets
array
of
ref
app.bsky.richtext.facet
Optional
No description available.
kossori
boolean
Optional
No description available.
langs
array
of
string
language
Optional
No description available.
maxLength: 3 itemslinkCards
array
of
ref
#linkCard
Optional
No description available.
maxLength: 4 itemsreply
ref
#replyRef
Optional
No description available.
text
string
Required
No description available.
maxLength: 30000 bytesmaxGraphemes: 3000 graphemesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 30000,
"maxGraphemes": 3000
},
"embed": {
"refs": [
"#images",
"#quote"
],
"type": "union"
},
"langs": {
"type": "array",
"items": {
"type": "string",
"format": "language"
},
"maxLength": 3
},
"reply": {
"ref": "#replyRef",
"type": "ref"
},
"facets": {
"type": "array",
"items": {
"ref": "app.bsky.richtext.facet",
"type": "ref"
}
},
"channel": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
},
"kossori": {
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"linkCards": {
"type": "array",
"items": {
"ref": "#linkCard",
"type": "ref"
},
"maxLength": 4
},
"channelOnly": {
"type": "boolean"
},
"cwRestricted": {
"type": "boolean"
}
}
}
}