StickerSurrogate

data class StickerSurrogate(file_id: FileId, file_unique_id: FileUniqueId, width: Int, height: Int, is_animated: Boolean?, is_video: Boolean?, thumb: PhotoSize?, emoji: String?, set_name: StickerSetName?, mask_position: MaskPosition?, file_size: Long?)

Properties

Link copied to clipboard
val emoji: String? = null
Link copied to clipboard
val file_id: FileId
Link copied to clipboard
val file_size: Long? = null
Link copied to clipboard
val file_unique_id: FileUniqueId
Link copied to clipboard
val height: Int
Link copied to clipboard
val is_animated: Boolean? = null
Link copied to clipboard
val is_video: Boolean? = null
Link copied to clipboard
val mask_position: MaskPosition? = null
Link copied to clipboard
val set_name: StickerSetName? = null
Link copied to clipboard
val thumb: PhotoSize? = null
Link copied to clipboard
val width: Int