RegularAnimatedSticker

@Serializable
data class RegularAnimatedSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumbnail: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val premiumAnimationFile: File? = null, val fileSize: Long? = null) : RegularSticker, AnimatedSticker

Constructors

Link copied to clipboard
constructor(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, premiumAnimationFile: File? = null, fileSize: Long? = null)

Functions

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open override val emoji: String? = null
Link copied to clipboard
open override val fileId: FileId
Link copied to clipboard
open override val fileSize: Long? = null
Link copied to clipboard
open override val fileUniqueId: FileUniqueId
Link copied to clipboard
open override val height: Int
Link copied to clipboard
Link copied to clipboard
open val isVideo: Boolean
Link copied to clipboard
open override val premiumAnimationFile: File? = null
Link copied to clipboard
Link copied to clipboard
open override val stickerSetName: StickerSetName? = null
Link copied to clipboard
open override val thumbnail: PhotoSize? = null
Link copied to clipboard
@Serializable(with = StickerType.Serializer::class)
open override val type: StickerType.Regular
Link copied to clipboard
open override val width: Int