diff --git a/status.go b/status.go index f12e4eb..42dba5c 100644 --- a/status.go +++ b/status.go @@ -39,6 +39,7 @@ type Status struct { MediaAttachments []Attachment `json:"media_attachments"` Mentions []Mention `json:"mentions"` Tags []Tag `json:"tags"` + Text string `json:"text"` Card *Card `json:"card"` Poll *Poll `json:"poll"` Application Application `json:"application"`