Class CharacterDetail
Character details
Inherited Members
Namespace: Pixiv.VroidSdk.Api.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class CharacterDetail
Fields
character
Linked character
Declaration
public Character character
Field Value
Type | Description |
---|---|
Character |
description
Character profile
Declaration
public string description
Field Value
Type | Description |
---|---|
String |
Remarks
Null if profile is empty
description_fragments
Profile divided into more fragments
Declaration
public List<DescriptionFragment> description_fragments
Field Value
Type | Description |
---|---|
List<DescriptionFragment> |
Remarks
Profiles include both URLs and plain text which get coded differently into fragments
websites
Registered websites
Declaration
public List<WebSite> websites
Field Value
Type | Description |
---|---|
List<WebSite> |