Skip to content

Commit

Permalink
feat: ability to send poll with campaigns (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed May 2, 2024
1 parent 78fae3d commit cace193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Expand Up @@ -2779,6 +2779,7 @@ export type CampaignData = {
text: string;
attachments?: Attachment[];
custom?: {};
poll_id?: string;
};
name?: string;
segment_ids?: string[];
Expand Down

0 comments on commit cace193

Please sign in to comment.