UNPKG

telegram-updated

Version:

NodeJS/Browser MTProto API Telegram client library,

14 lines (13 loc) 912 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Session = exports.StoreSession = exports.StringSession = exports.MemorySession = void 0; var Memory_1 = require("./Memory"); Object.defineProperty(exports, "MemorySession", { enumerable: true, get: function () { return Memory_1.MemorySession; } }); var StringSession_1 = require("./StringSession"); Object.defineProperty(exports, "StringSession", { enumerable: true, get: function () { return StringSession_1.StringSession; } }); var StoreSession_1 = require("./StoreSession"); Object.defineProperty(exports, "StoreSession", { enumerable: true, get: function () { return StoreSession_1.StoreSession; } }); var Abstract_1 = require("./Abstract"); Object.defineProperty(exports, "Session", { enumerable: true, get: function () { return Abstract_1.Session; } }); // @ts-ignore //export {CacheApiSession} from './CacheApiSession';