From 5cbfaf5cc70d8d69a39d640eea147d70589eeaaf Mon Sep 17 00:00:00 2001 From: Krish Date: Mon, 16 Feb 2026 20:55:07 +0530 Subject: [PATCH] Add Telegram polls action to config typing --- src/config/types.telegram.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/types.telegram.ts b/src/config/types.telegram.ts index d8e189e756..1682e4827f 100644 --- a/src/config/types.telegram.ts +++ b/src/config/types.telegram.ts @@ -14,6 +14,8 @@ 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 sticker actions (send and search). */