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