No description available.
Properties
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Known values: request, accepted
No description available.
View raw schema
{
"type": "object",
"required": [
"id",
"rev",
"members",
"muted",
"unreadCount"
],
"properties": {
"id": {
"type": "string"
},
"rev": {
"type": "string"
},
"muted": {
"type": "boolean"
},
"status": {
"type": "string",
"knownValues": [
"request",
"accepted"
]
},
"members": {
"type": "array",
"items": {
"ref": "chat.bsky.actor.defs#profileViewBasic",
"type": "ref"
}
},
"lastMessage": {
"refs": [
"#messageView",
"#deletedMessageView"
],
"type": "union"
},
"unreadCount": {
"type": "integer"
},
"lastReaction": {
"refs": [
"#messageAndReactionView"
],
"type": "union"
}
}
}
No description available.
Properties
No description available.
No description available.
No description available.
An RFC 3339 formatted timestamp.
View raw schema
{
"type": "object",
"required": [
"id",
"rev",
"sender",
"sentAt"
],
"properties": {
"id": {
"type": "string"
},
"rev": {
"type": "string"
},
"sender": {
"ref": "#messageViewSender",
"type": "ref"
},
"sentAt": {
"type": "string",
"format": "datetime"
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
}
}
}
No description available.
Properties
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId",
"message",
"reaction"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
},
"message": {
"refs": [
"#messageView",
"#deletedMessageView"
],
"type": "union"
},
"reaction": {
"ref": "#reactionView",
"type": "ref"
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
}
}
}
No description available.
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId",
"message"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
},
"message": {
"refs": [
"#messageView",
"#deletedMessageView"
],
"type": "union"
}
}
}
No description available.
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId",
"message"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
},
"message": {
"refs": [
"#messageView",
"#deletedMessageView"
],
"type": "union"
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
}
}
}
No description available.
Properties
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId",
"message"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
},
"message": {
"refs": [
"#messageView",
"#deletedMessageView"
],
"type": "union"
}
}
}
No description available.
Properties
No description available.
No description available.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId",
"message",
"reaction"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
},
"message": {
"refs": [
"#messageView",
"#deletedMessageView"
],
"type": "union"
},
"reaction": {
"ref": "#reactionView",
"type": "ref"
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"rev",
"convoId"
],
"properties": {
"rev": {
"type": "string"
},
"convoId": {
"type": "string"
}
}
}
No description available.
Properties
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"message",
"reaction"
],
"properties": {
"message": {
"ref": "#messageView",
"type": "ref"
},
"reaction": {
"ref": "#reactionView",
"type": "ref"
}
}
}
No description available.
Properties
No description available.
Annotations of text (mentions, URLs, hashtags, etc)
No description available.
maxLength: 10000 bytesmaxGraphemes: 1000 graphemes
View raw schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"maxLength": 10000,
"maxGraphemes": 1000
},
"embed": {
"refs": [
"app.bsky.embed.record"
],
"type": "union"
},
"facets": {
"type": "array",
"items": {
"ref": "app.bsky.richtext.facet",
"type": "ref"
},
"description": "Annotations of text (mentions, URLs, hashtags, etc)"
}
}
}
No description available.
Properties
No description available.
A decentralized identifier (DID).
No description available.
View raw schema
{
"type": "object",
"required": [
"did",
"messageId",
"convoId"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"convoId": {
"type": "string"
},
"messageId": {
"type": "string"
}
}
}
No description available.
Properties
No description available.
Annotations of text (mentions, URLs, hashtags, etc)
No description available.
Reactions to this message, in ascending order of creation time.
No description available.
No description available.
An RFC 3339 formatted timestamp.
No description available.
maxLength: 10000 bytesmaxGraphemes: 1000 graphemes
View raw schema
{
"type": "object",
"required": [
"id",
"rev",
"text",
"sender",
"sentAt"
],
"properties": {
"id": {
"type": "string"
},
"rev": {
"type": "string"
},
"text": {
"type": "string",
"maxLength": 10000,
"maxGraphemes": 1000
},
"embed": {
"refs": [
"app.bsky.embed.record#view"
],
"type": "union"
},
"facets": {
"type": "array",
"items": {
"ref": "app.bsky.richtext.facet",
"type": "ref"
},
"description": "Annotations of text (mentions, URLs, hashtags, etc)"
},
"sender": {
"ref": "#messageViewSender",
"type": "ref"
},
"sentAt": {
"type": "string",
"format": "datetime"
},
"reactions": {
"type": "array",
"items": {
"ref": "#reactionView",
"type": "ref"
},
"description": "Reactions to this message, in ascending order of creation time."
}
}
}
No description available.
Properties
A decentralized identifier (DID).
View raw schema
{
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
}
No description available.
Properties
An RFC 3339 formatted timestamp.
No description available.
No description available.
View raw schema
{
"type": "object",
"required": [
"value",
"sender",
"createdAt"
],
"properties": {
"value": {
"type": "string"
},
"sender": {
"ref": "#reactionViewSender",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
No description available.
Properties
A decentralized identifier (DID).
View raw schema
{
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
}