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). */