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: FileSize? = null, val needs_repainting: Boolean = false)(source)

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: FileSize? = null, needs_repainting: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int