Preview

@Serializable
data class Preview(val width: Int? = null, val height: Int? = null, val duration: Int? = null) : PaidMedia

Constructors

Link copied to clipboard
constructor(width: Int? = null, height: Int? = null, duration: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "duration")
val duration: Int? = null
Link copied to clipboard
@SerialName(value = "height")
val height: Int? = null
Link copied to clipboard
@EncodeDefault
@SerialName(value = "type")
open override val type: String
Link copied to clipboard
@SerialName(value = "width")
val width: Int? = null