LivePhoto

@Serializable
data class LivePhoto(val livePhoto: LivePhotoFile) : PaidMedia(source)

Constructors

Link copied to clipboard
constructor(livePhoto: LivePhotoFile)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "live_photo")
val livePhoto: LivePhotoFile
Link copied to clipboard
@EncodeDefault
@SerialName(value = "type")
open override val type: String