Add text field on status object

This commit is contained in:
Yann David 2022-12-06 21:03:15 -05:00
parent ae970802cf
commit 57ec6cf997

View file

@ -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"`