{
"id": "app.ocho.message.send",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"message",
"did"
],
"properties": {
"did": {
"type": "string",
"description": "The user to send the message to."
},
"message": {
"type": "string",
"description": "The message to send to the user."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"success"
],
"properties": {
"success": {
"type": "boolean",
"description": "Whether the token was successfully registered."
}
}
},
"encoding": "application/json"
},
"description": "Sends a message to a user from an app."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:jm4zwg4raokwfysioe7767zh
- CID
-
bafyreifygxxo62cczvm7vhejkp52logufi6g23r7y6dptwnuonrgixmac4
- Indexed At
- 2026-01-12 09:39 UTC
- AT-URI
-
at://did:plc:jm4zwg4raokwfysioe7767zh/com.atproto.lexicon.schema/app.ocho.message.send