{ summary: '', description: '', tags: [ 'channels', ], requireCredential: false, req: { type: 'object', properties: {}, required: [], }, res: { type: 'array', optional: false, nullable: false, items: { type: 'object', optional: false, nullable: false, ref: 'Channel', $ref: 'misskey://Channel', }, }, errors: {}, }