fix: harden plugin docker e2e

This commit is contained in:
Peter Steinberger
2026-03-22 23:32:48 -07:00
parent d2a1b24b83
commit 202b588db5
12 changed files with 340 additions and 77 deletions

View File

@@ -44,7 +44,7 @@ import {
import { resolveTelegramVoiceSend } from "./voice.js";
type TelegramApi = Bot["api"];
type TelegramApiOverride = Partial<TelegramApi>;
export type TelegramApiOverride = Partial<TelegramApi>;
const InputFileCtor: typeof grammy.InputFile =
typeof grammy.InputFile === "function"
? grammy.InputFile