CustomEmoji
data class CustomEmoji(val userId: UserId, val name: StickerSetName, val title: String, val stickers: List<InputSticker.WithKeywords.CustomEmoji>, val needsRepainting: Boolean? = null) : CreateNewStickerSet
Constructors
Link copied to clipboard
constructor(userId: UserId, name: StickerSetName, title: String, stickers: List<InputSticker.WithKeywords.CustomEmoji>, needsRepainting: Boolean? = null)