From 8b6149597a03fa4eaf08e36e18a885d0dad7920e Mon Sep 17 00:00:00 2001 From: Vishal Narkhede Date: Thu, 2 May 2024 14:01:48 +0200 Subject: [PATCH] feat: ability to send poll with campaigns --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index 72f73e593..0a0f0f2ab 100644 --- a/src/types.ts +++ b/src/types.ts @@ -2779,6 +2779,7 @@ export type CampaignData = { text: string; attachments?: Attachment[]; custom?: {}; + poll_id?: string; }; name?: string; segment_ids?: string[];