From 32062a32e8832045239507d266f40115b54165cb Mon Sep 17 00:00:00 2001 From: Junho Yeo Date: Mon, 17 Jul 2023 19:44:41 +0900 Subject: [PATCH] [docs] Update README.md --- threads-api/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/threads-api/README.md b/threads-api/README.md index 93c8156..205b6ec 100644 --- a/threads-api/README.md +++ b/threads-api/README.md @@ -125,6 +125,15 @@ main(); > **💡 TIP**: Use the [`url` field in `ThreadsAPIPublishOptions` to render Link Attachments(link previews).](https://github.com/junhoyeo/threads-api#-threads-with-link-attachment) +###### ✨ Reply Control (from v1.4.6) + +```ts +await threadsAPI.publish({ + text: '🤖 Threads with Reply Control', + replyControl: 'accounts_you_follow', // 'everyone' | 'accounts_you_follow' | 'mentioned_only' +}); +``` + ##### ✨ Threads with Image ```ts