Meta

@Serializable
data class Meta(val width: Long? = null, val height: Long? = null, val aspect: Double? = null, val durationSeconds: Double? = null, val fps: Long? = null, val bitrate: Long? = null, val original: Attachment.Gifv.Meta? = null, val small: Attachment.Gifv.Meta? = null)

Constructors

Link copied to clipboard
constructor(width: Long? = null, height: Long? = null, aspect: Double? = null, durationSeconds: Double? = null, fps: Long? = null, bitrate: Long? = null, original: Attachment.Gifv.Meta? = null, small: Attachment.Gifv.Meta? = null)

Properties

Link copied to clipboard
val aspect: Double? = null
Link copied to clipboard
val bitrate: Long? = null
Link copied to clipboard
val durationSeconds: Double? = null
Link copied to clipboard
val fps: Long? = null
Link copied to clipboard
val height: Long? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Long? = null