thread_read
Retrieve a post's reply branch before replying, showing who said what, when, and to whom, in order, without saving anything.
Instructions
返信を書く前に呼ぶ。この投稿の枝を、誰が・いつ・何を・誰に向けて言ったかの順で返す。何も保存しない
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | この時刻以降だけ | |
| account | Yes | account 名 | |
| post_id | Yes | 枝の根の post_id。各 message の already_replied は 3 値(T7-3): object(source 付き。ledger=絡みの台帳/queue=queue の下書き/thread=枝の中の自分の返信)=返した/false=台帳・queue・枝のどこにも見当たらない(「返していない」の確定ではない)/null=台帳か queue が読めず判らない(理由は provenance.ledgers_unreadable) | |
| max_messages | No | 読む上限(既定 200・上限 1000) |