Files
SaveAny-Bot/parsers/native/kemono/user_profile.go
2025-11-16 21:38:30 +08:00

9 lines
188 B
Go

package kemono
type UserProfile struct {
ID string `json:"id"`
Name string `json:"name"`
Service string `json:"service"`
PublicID *string `json:"public_id,omitempty"`
}