Asset
@Serializable
This object represents a native asset object, which is the main container for each asset requested or supported by Exchange on behalf of the rendering client.
Constructors
Link copied to clipboard
constructor(id: Int, required: Byte, ext: Map<String, String>? = null, title: Asset.TitleObject? = null, img: Asset.ImageObject? = null, video: Asset.VideoObject? = null, data: Asset.DataObject? = null)