Get quoted posts
get_quoted_postsFetch quote retweets and their referenced content for later reading, using a saved cursor without advancing it.
Instructions
前回確定したカーソル以降の引用ポスト(あとで読む用の引用リツイート)と引用元コンテンツを取得する。カーソルは進めない。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since_id | No | この id 以降を取得する。指定時はカーソルより優先される | |
| max_results | No | 取得件数(既定20、最大100) |