Preview

@Serializable
@SerialName(value = "preview")
data class Preview(val width: Int?, val height: Int?, val duration: Int?) : PaidMedia

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int?
Link copied to clipboard
Link copied to clipboard
val width: Int?