Class Artwork
Artwork data
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class Artwork
Fields
age_limit
Age restriction
Declaration
public AgeLimit age_limit
Field Value
| Type | Description |
|---|---|
| AgeLimit |
created_at
Creation date
Declaration
public string created_at
Field Value
| Type | Description |
|---|---|
| String |
id
Artwork ID
Declaration
public string id
Field Value
| Type | Description |
|---|---|
| String |
is_archived
Is archived or not
Declaration
public bool is_archived
Field Value
| Type | Description |
|---|---|
| Boolean |
is_hearted
Has the user hearted this artwork or not
Declaration
public bool is_hearted
Field Value
| Type | Description |
|---|---|
| Boolean |
medium_count
Media count
Declaration
public int medium_count
Field Value
| Type | Description |
|---|---|
| Int32 |
primary_medium
Artwork thumbnail media
Declaration
public ArtworkMediumSimple primary_medium
Field Value
| Type | Description |
|---|---|
| ArtworkMediumSimple |
user
User who posted
Declaration
public User user
Field Value
| Type | Description |
|---|---|
| User |