StickerSurrogate

@Serializable
data class StickerSurrogate(val file_id: FileId, val file_unique_id: TgFileUniqueId, val type: StickerType, val width: Int, val height: Int, val is_animated: Boolean? = null, val is_video: Boolean? = null, val thumbnail: 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, val needs_repainting: Boolean = false)

Constructors

Link copied to clipboard
constructor(file_id: FileId, file_unique_id: TgFileUniqueId, type: StickerType, width: Int, height: Int, is_animated: Boolean? = null, is_video: Boolean? = null, thumbnail: 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, needs_repainting: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val emoji: String? = null
Link copied to clipboard
Link copied to clipboard
val file_size: Long? = null
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
val premium_animation: File? = null
Link copied to clipboard
Link copied to clipboard
val thumbnail: PhotoSize? = null
Link copied to clipboard
Link copied to clipboard
val width: Int