Change api specification.
parent
98d1ab17f1
commit
f4e0d5463e
|
@ -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…
Reference in New Issue