mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-25 10:19:07 +01:00
28 lines
412 B
Plaintext
28 lines
412 B
Plaintext
{
|
|
summary: '',
|
|
description: '',
|
|
tags: [
|
|
'messaging',
|
|
],
|
|
requireCredential: true,
|
|
req: {
|
|
type: 'object',
|
|
properties: {
|
|
messageId: {
|
|
type: 'string',
|
|
format: 'misskey:id',
|
|
},
|
|
},
|
|
required: [
|
|
'messageId',
|
|
],
|
|
},
|
|
res: {},
|
|
errors: {
|
|
'54b5b326-7925-42cf-8019-130fda8b56af': {
|
|
id: '54b5b326-7925-42cf-8019-130fda8b56af',
|
|
code: 'NO_SUCH_MESSAGE',
|
|
description: '',
|
|
},
|
|
},
|
|
} |