chatBskyConvoLeaveConvo top-level constant
chat.bsky.convo.leaveConvo
Implementation
const chatBskyConvoLeaveConvo = <String, dynamic>{
"lexicon": 1,
"id": "chat.bsky.convo.leaveConvo",
"defs": {
"main": {
"type": "procedure",
"input": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["convoId"],
"properties": {
"convoId": {"type": "string"}
}
}
},
"output": {
"encoding": "application/json",
"schema": {
"type": "object",
"required": ["convoId", "rev"],
"properties": {
"convoId": {"type": "string"},
"rev": {"type": "string"}
}
}
}
}
}
};