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