Skip to content

Commit 966d1b7

Browse files
authored
Add share_with_followers in SendTweetV2Params (#599)
* Add share_with_followers in SendTweetV2Params * Type share_with_followers as boolean
1 parent 2675729 commit 966d1b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/v2/tweet.definition.v2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ export interface SendTweetV2Params {
203203
reply_settings?: TTweetReplySettingsV2 | string;
204204
text?: string;
205205
community_id?: string;
206+
share_with_followers?: boolean;
206207
}
207208

208209
//// FINALLY, TweetV2

0 commit comments

Comments
 (0)