--- title: StatusEdit description: 表示已被编辑的嘟文的一个修订版本。 menu: docs: parent: entities aliases: [ "/entities/statusedit", "/entities/StatusEdit", "/api/entities/statusedit", "/api/entities/StatusEdit", ] --- ## 示例 ```json { "content": "
this is a status that has been edited three times. this time a poll has been added.
", "spoiler_text": "", "sensitive": false, "created_at": "2022-09-05T00:03:32.480Z", "poll": { "options": [ { "title": "cool" }, { "title": "uncool" }, { "title": "spiderman (this option has been changed)" } ] }, "account": { "id": "14715", "username": "trwnh", "acct": "trwnh", "display_name": "infinite love ⴳ", // ... }, "media_attachments": [], "emojis": [] } ``` ## 属性 ### `content` {#content} **描述:** 此修订版本中嘟文的内容。\ **类型:** 字符串 (HTML)\ **版本历史:**\ 3.5.0 - 添加 **版本历史:**\ 3.5.0 - 添加 ### `spoiler_text` {#spoiler_text} **描述:** 此修订版本中的主题或内容警告。\ **类型:** 字符串 (HTML)\ **版本历史:**\ 3.5.0 - 添加 **版本历史:**\ 3.5.0 - 添加 ### `sensitive` {#sensitive} **描述:** 此修订版本中嘟文是否标记为敏感。\ **类型:** 布尔值\ **版本历史:**\ 3.5.0 - 添加 **版本历史:**\ 3.5.0 - 添加 ### `created_at` {#created_at} **描述:** 发布此修订版本的时间戳。\ **类型:** ([Datetime](/api/datetime-format#datetime)) 字符串\ **版本历史:**\ 3.5.0 - 添加 **版本历史:**\ 3.5.0 - 添加 ### `account` {#account} **描述:** 发布此修订版本的帐户。\ **类型:** [Account]({{