From e562df557e6170b7447e809057055921225da3a0 Mon Sep 17 00:00:00 2001 From: Octave Zangs Date: Thu, 17 Mar 2022 18:13:08 -0700 Subject: [PATCH] Add name property to draft tweets --- lib/twitter-ads/creative/draft_tweet.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/twitter-ads/creative/draft_tweet.rb b/lib/twitter-ads/creative/draft_tweet.rb index e45ff9f2..6f474e2d 100644 --- a/lib/twitter-ads/creative/draft_tweet.rb +++ b/lib/twitter-ads/creative/draft_tweet.rb @@ -24,6 +24,7 @@ class DraftTweet property :media_keys property :nullcast, type: :bool property :text + property :name RESOURCE_COLLECTION = "/#{TwitterAds::API_VERSION}/" \ 'accounts/%{account_id}/draft_tweets' # @api private