Last seen at

This commit is contained in:
2024-06-26 20:28:12 +08:00
parent 8c2649e29d
commit b1f6cf8f6e
5 changed files with 34 additions and 8 deletions

View File

@ -10,6 +10,7 @@ type AccountProfile struct {
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Experience uint64 `json:"experience"`
LastSeenAt *time.Time `json:"last_seen_at"`
Birthday *time.Time `json:"birthday"`
AccountID uint `json:"account_id"`
}