mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-02-11 05:52:58 +00:00
Merge pull request #18 from erebid/add-publicflags
This commit is contained in:
commit
9a8b9baa9b
|
@ -24,6 +24,7 @@ type User struct {
|
|||
Email string `json:"email,omitempty"`
|
||||
|
||||
Flags UserFlags `json:"flags,omitempty"`
|
||||
PublicFlags UserFlags `json:"public_flags,omitempty"`
|
||||
Nitro UserNitro `json:"premium_type,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue