Add text field on status object
This commit is contained in:
parent
ae970802cf
commit
57ec6cf997
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ type Status struct {
|
||||||
MediaAttachments []Attachment `json:"media_attachments"`
|
MediaAttachments []Attachment `json:"media_attachments"`
|
||||||
Mentions []Mention `json:"mentions"`
|
Mentions []Mention `json:"mentions"`
|
||||||
Tags []Tag `json:"tags"`
|
Tags []Tag `json:"tags"`
|
||||||
|
Text string `json:"text"`
|
||||||
Card *Card `json:"card"`
|
Card *Card `json:"card"`
|
||||||
Poll *Poll `json:"poll"`
|
Poll *Poll `json:"poll"`
|
||||||
Application Application `json:"application"`
|
Application Application `json:"application"`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue