SetStickerPositionInSetRequest

data class SetStickerPositionInSetRequest(sticker: String, position: Int)

Request body for setStickerPositionInSet

Parameters

sticker

File identifier of the sticker

position

New sticker position in the set, zero-based

Constructors

SetStickerPositionInSetRequest
Link copied to clipboard
common
fun SetStickerPositionInSetRequest(sticker: String, position: Int)
File identifier of the sticker

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
component2
Link copied to clipboard
common
operator fun component2(): Int
copy
Link copied to clipboard
common
fun copy(sticker: String, position: Int): SetStickerPositionInSetRequest
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

position
Link copied to clipboard
common
val position: Int
New sticker position in the set, zero-based
sticker
Link copied to clipboard
common
val sticker: String
File identifier of the sticker