{ summary: '', description: '', tags: [ 'channels', ], requireCredential: true, req: { type: 'object', properties: { channelId: { type: 'string', format: 'misskey:id', }, }, required: [ 'channelId', ], }, res: {}, errors: { 'c0031718-d573-4e85-928e-10039f1fbb68': { id: 'c0031718-d573-4e85-928e-10039f1fbb68', code: 'NO_SUCH_CHANNEL', description: '', }, }, }