Change api specification.
This commit is contained in:
parent
98d1ab17f1
commit
f4e0d5463e
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
// Account hold information for mastodon account.
|
||||
type Account struct {
|
||||
ID int64 `json:"id"`
|
||||
ID string `json:"id"`
|
||||
Username string `json:"username"`
|
||||
Acct string `json:"acct"`
|
||||
DisplayName string `json:"display_name"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue