We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cf10c commit 8e67f6fCopy full SHA for 8e67f6f
user.go
@@ -13,6 +13,7 @@ type User struct {
13
Phone string `json:"phone"`
14
FullName string `json:"full_name"`
15
AvatarURL string `json:"avatar_url"`
16
+ DeviceStatus string `json:"device_status"`
17
CreatedAt string `json:"created_at"`
18
}
19
0 commit comments