Skip to content

chat.bsky.convo.sendMessage

Lexicon Version: 1

Type: procedure

Parameters: (None defined)

Input:

  • Encoding: application/json
  • Schema:

Schema Type: object

NameTypeReq’dDescriptionConstraints
convoIdstring
messagechat.bsky.convo.defs#messageInput
Output:
  • Encoding: application/json
  • Schema:

Schema Type: chat.bsky.convo.defs#messageView


{
"lexicon": 1,
"id": "chat.bsky.convo.sendMessage",
"defs": {
"main": {
"type": "procedure",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": [
"convoId",
"message"
],
"properties": {
"convoId": {
"type": "string"
},
"message": {
"type": "ref",
"ref": "chat.bsky.convo.defs#messageInput"
}
}
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "ref",
"ref": "chat.bsky.convo.defs#messageView"
}
}
}
}
}