mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-06-03 06:31:18 +08:00
9 lines
188 B
Go
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"`
|
|
}
|