"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;