CreateNewStickerSet

Types

Link copied to clipboard
@Serializable
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
@Serializable
data class Mask(val userId: UserId, val name: StickerSetName, val title: String, val stickers: List<InputSticker.Mask>) : CreateNewStickerSet
Link copied to clipboard
@Serializable
data class Regular(val userId: UserId, val name: StickerSetName, val title: String, val stickers: List<InputSticker.WithKeywords.Regular>) : CreateNewStickerSet
Link copied to clipboard

Properties

Link copied to clipboard
abstract val name: StickerSetName
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
Link copied to clipboard
open override val resultDeserializer: KSerializer<Boolean>
Link copied to clipboard
abstract val stickers: List<InputSticker>
Link copied to clipboard
abstract val stickerType: StickerType
Link copied to clipboard
abstract val title: String
Link copied to clipboard
abstract val userId: UserId

Functions

Link copied to clipboard
open override fun method(): String