{ summary: '', description: '', tags: [ 'channels', ], requireCredential: true, req: { type: 'object', properties: { channelId: { type: 'string', format: 'misskey:id', }, }, required: [ 'channelId', ], }, res: {}, errors: { '19959ee9-0153-4c51-bbd9-a98c49dc59d6': { id: '19959ee9-0153-4c51-bbd9-a98c49dc59d6', code: 'NO_SUCH_CHANNEL', description: '', }, }, }