Package-level declarations

Types

Link copied to clipboard
data class MaskPosition(val point: String, val xShift: Float, val yShift: Float, val scale: Float)

This object describes the position on faces where a mask should be placed by default.

Link copied to clipboard
data class Sticker(val fileId: String, val fileUniqueId: String, val type: String, val width: Int, val height: Int, val isAnimated: Boolean = false, val isVideo: Boolean = false, val thumbnail: PhotoSize? = null, val emoji: String? = null, val setName: String? = null, val premiumAnimation: File? = null, val maskPosition: MaskPosition? = null, val customEmojiId: String? = null, val needsRepainting: Boolean? = null, val fileSize: Int? = null)