diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 121dc83..39af190 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -108,7 +108,7 @@ Toot dicts | |||
108 | mastodon.toot("Hello from Python") | 108 | mastodon.toot("Hello from Python") |
109 | # Returns the following dictionary: | 109 | # Returns the following dictionary: |
110 | { | 110 | { |
111 | 'sensitive': Denotes whether the toot is marked sensitive | 111 | 'sensitive': Denotes whether media attachments to the toot are marked sensitive |
112 | 'created_at': Creation time | 112 | 'created_at': Creation time |
113 | 'mentions': A list of account dicts mentioned in the toot | 113 | 'mentions': A list of account dicts mentioned in the toot |
114 | 'uri': Descriptor for the toot | 114 | 'uri': Descriptor for the toot |
@@ -123,6 +123,7 @@ Toot dicts | |||
123 | 'reblog': Denotes whether the toot is a reblog | 123 | 'reblog': Denotes whether the toot is a reblog |
124 | 'url': URL of the toot | 124 | 'url': URL of the toot |
125 | 'content': Content of the toot, as HTML: '<p>Hello from Python</p>' | 125 | 'content': Content of the toot, as HTML: '<p>Hello from Python</p>' |
126 | 'spoiler_text': Warning text that should be displayed before the toot content | ||
126 | 'favourited': Denotes whether the logged in user has favourited this toot | 127 | 'favourited': Denotes whether the logged in user has favourited this toot |
127 | 'account': Account dict for the logged in account | 128 | 'account': Account dict for the logged in account |
128 | } | 129 | } |