UNPKG

nestjs-telegraf

Version:
7 lines (6 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAllBotsToken = void 0; const telegraf_constants_1 = require("../telegraf.constants"); const getAllBotsToken = () => telegraf_constants_1.TELEGRAF_ALL_BOTS; exports.getAllBotsToken = getAllBotsToken;