This commit is contained in:
Iron_Felix 2025-11-17 09:26:58 +03:00
parent abf09e5f5e
commit df45a327e6
5 changed files with 60 additions and 35 deletions

View file

@ -233,7 +233,7 @@ type Signal struct {
type Studio struct {
ID int64 `json:"id"`
StudioName *string `json:"studio_name"`
StudioName string `json:"studio_name"`
IllustID *int64 `json:"illust_id"`
StudioDesc *string `json:"studio_desc"`
}