Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtistPatch ¶
type ArtworkArtistCreation ¶
type ArtworkBasicPatch ¶
type ArtworkCreation ¶
type ArtworkCreation struct {
ID ouid.OUID
Title string
Description string
R18 bool
SourceType shared.SourceType
SourceURL string
Artist ArtworkArtistCreation
Tags []string
Pictures []ArtworkPictureCreation
UgoiraMetas []*ArtworkUgoiraCreation
Videos []ArtworkVideoCreation
}
type ArtworkPictureCreation ¶
type ArtworkUgoiraCreation ¶
type ArtworkUgoiraCreation struct {
Index uint
Data shared.UgoiraMetaData
OriginalStorage shared.StorageDetail
TelegramInfo shared.TelegramInfo
}
type ArtworkVideoCreation ¶ added in v1.5.0
Click to show internal directories.
Click to hide internal directories.