From e727bca2dc686bc1b3ec127c5b4e88cfdb871908 Mon Sep 17 00:00:00 2001 From: Nimrod Gutman Date: Tue, 17 Feb 2026 09:44:36 +0200 Subject: [PATCH] Revert "Add Telegram polls action to config typing" This reverts commit 5cbfaf5cc70d8d69a39d640eea147d70589eeaaf. --- src/config/types.telegram.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config/types.telegram.ts b/src/config/types.telegram.ts index 451c2c9b24..338d54d294 100644 --- a/src/config/types.telegram.ts +++ b/src/config/types.telegram.ts @@ -14,8 +14,6 @@ import type { GroupToolPolicyBySenderConfig, GroupToolPolicyConfig } from "./typ export type TelegramActionConfig = { reactions?: boolean; sendMessage?: boolean; - /** Enable poll actions (send polls). */ - polls?: boolean; deleteMessage?: boolean; editMessage?: boolean; /** Enable poll actions (sendPoll). */