CustomEmojiSimpleSticker
data class CustomEmojiSimpleSticker(val fileId: FileId, val fileUniqueId: TgFileUniqueId, val width: Int, val height: Int, val customEmojiId: CustomEmojiId, val thumbnail: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val fileSize: FileSize? = null, val needsRepainting: Boolean = false) : CustomEmojiSticker
Constructors
Link copied to clipboard
constructor(fileId: FileId, fileUniqueId: TgFileUniqueId, width: Int, height: Int, customEmojiId: CustomEmojiId, thumbnail: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, fileSize: FileSize? = null, needsRepainting: Boolean = false)