DeleteStickerFromSetRequest

data class DeleteStickerFromSetRequest(sticker: String)

Request body for deleteStickerFromSet

Parameters

sticker

File identifier of the sticker

Constructors

DeleteStickerFromSetRequest
Link copied to clipboard
common
fun DeleteStickerFromSetRequest(sticker: String)
File identifier of the sticker

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
copy
Link copied to clipboard
common
fun copy(sticker: String): DeleteStickerFromSetRequest
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

sticker
Link copied to clipboard
common
val sticker: String
File identifier of the sticker