UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

16 lines (14 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ThreadRead = void 0; class ThreadRead { constructor(threadBridge, appId) { this.threadBridge = threadBridge; this.appId = appId; } getThreadById(id) { return this.threadBridge.doGetById(id, this.appId); } } exports.ThreadRead = ThreadRead; //# sourceMappingURL=ThreadRead.js.map