CreateNewStickerSetOptions

@Serializable
data class CreateNewStickerSetOptions(var stickerType: StickerType? = null, var needsRepainting: Boolean? = null) : Options

Constructors

Link copied to clipboard
constructor(stickerType: StickerType? = null, needsRepainting: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard