mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 04:48:15 +00:00
Add Telegram polls action to config typing
This commit is contained in:
parent
b2fe44b1ee
commit
5cbfaf5cc7
1 changed files with 2 additions and 0 deletions
|
|
@ -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). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue