RegularAnimatedSticker
data class RegularAnimatedSticker(val fileId: FileId, val fileUniqueId: TgFileUniqueId, val width: Int, val height: Int, val thumbnail: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val premiumAnimationFile: File? = null, val fileSize: FileSize? = null) : RegularSticker, AnimatedSticker
Constructors
Link copied to clipboard
constructor(fileId: FileId, fileUniqueId: TgFileUniqueId, width: Int, height: Int, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, premiumAnimationFile: File? = null, fileSize: FileSize? = null)