From 57ec6cf9974895f306e03252c929c14b9e06d5a8 Mon Sep 17 00:00:00 2001 From: Yann David Date: Tue, 6 Dec 2022 21:03:15 -0500 Subject: [PATCH] Add text field on status object --- status.go | 1 + 1 file changed, 1 insertion(+) 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"`