Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
[docs] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
junhoyeo committed Jul 17, 2023
1 parent 79e5b54 commit 32062a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions threads-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32062a3

Please sign in to comment.