add argstr
This commit is contained in:
parent
6e7ed9d9d9
commit
05c270286a
|
@ -135,3 +135,9 @@ type Attachment struct {
|
|||
PreviewURL string `json:"preview_url"`
|
||||
TextURL string `json:"text_url"`
|
||||
}
|
||||
|
||||
type Results struct {
|
||||
Accounts []*Account `json:"accounts"`
|
||||
Statuses []*Status `json:"statuses"`
|
||||
Hashtags []string `json:"hashtags"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user