@grammyjs/auto-chat-action
Version:
A plugin for automatic sending a chat action
7 lines (6 loc) • 385 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InputFile = exports.Context = void 0;
var grammy_1 = require("grammy");
Object.defineProperty(exports, "Context", { enumerable: true, get: function () { return grammy_1.Context; } });
Object.defineProperty(exports, "InputFile", { enumerable: true, get: function () { return grammy_1.InputFile; } });