RegularAnimatedSticker

@Serializable
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: Long? = 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: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "emoji")
open override val emoji: String? = null
Link copied to clipboard
@SerialName(value = "file_id")
open override val fileId: FileId
Link copied to clipboard
@SerialName(value = "file_size")
open override val fileSize: Long? = null
Link copied to clipboard
@SerialName(value = "file_unique_id")
open override val fileUniqueId: TgFileUniqueId
Link copied to clipboard
@SerialName(value = "height")
open override val height: Int
Link copied to clipboard
Link copied to clipboard
open val isVideo: Boolean
Link copied to clipboard
@SerialName(value = "premium_animation")
open override val premiumAnimationFile: File? = null
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "set_name")
open override val stickerSetName: StickerSetName? = null
Link copied to clipboard
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
Link copied to clipboard
@SerialName(value = "sticker_type")
@Serializable(with = StickerType.Serializer::class)
@EncodeDefault
open override val type: StickerType.Regular
Link copied to clipboard
@SerialName(value = "width")
open override val width: Int

Functions

Link copied to clipboard
Link copied to clipboard