diff options
Diffstat (limited to 'mastodon/mastodon.go')
-rw-r--r-- | mastodon/mastodon.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mastodon/mastodon.go b/mastodon/mastodon.go index 194ca30..ca2089c 100644 --- a/mastodon/mastodon.go +++ b/mastodon/mastodon.go @@ -198,6 +198,7 @@ type Toot struct { SpoilerText string `json:"spoiler_text"` Visibility string `json:"visibility"` ContentType string `json:"content_type"` + QuoteID string `json:"quote_id"` } // Mention hold information for mention. |