StickerSurrogate

data class StickerSurrogate(    val file_id: FileId,     val file_unique_id: FileUniqueId,     val type: StickerType,     val width: Int,     val height: Int,     val is_animated: Boolean? = null,     val is_video: Boolean? = null,     val thumb: PhotoSize? = null,     val emoji: String? = null,     val set_name: StickerSetName? = null,     val premium_animation: File? = null,     val mask_position: MaskPosition? = null,     val custom_emoji_id: CustomEmojiId? = null,     val file_size: Long? = null)

Constructors

Link copied to clipboard
fun StickerSurrogate(    file_id: FileId,     file_unique_id: FileUniqueId,     type: StickerType,     width: Int,     height: Int,     is_animated: Boolean? = null,     is_video: Boolean? = null,     thumb: PhotoSize? = null,     emoji: String? = null,     set_name: StickerSetName? = null,     premium_animation: File? = null,     mask_position: MaskPosition? = null,     custom_emoji_id: CustomEmojiId? = null,     file_size: Long? = null)

Properties

Link copied to clipboard
val custom_emoji_id: CustomEmojiId? = null
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 premium_animation: File? = null
Link copied to clipboard
val set_name: StickerSetName? = null
Link copied to clipboard
val thumb: PhotoSize? = null
Link copied to clipboard
val type: StickerType
Link copied to clipboard
val width: Int