leaveRoom(rid: string): Promise<Serialized<OperationResult<'POST', '/v1/channels.leave'>>> {
        return this.rest.post('/v1/channels.leave', { roomId: rid });
    }