GetStickerSetRequest

data class GetStickerSetRequest(name: String)

Request body for getStickerSet

Parameters

name

Name of the sticker set

Constructors

GetStickerSetRequest
Link copied to clipboard
common
fun GetStickerSetRequest(name: String)
Name of the sticker set

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
copy
Link copied to clipboard
common
fun copy(name: String): GetStickerSetRequest
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

name
Link copied to clipboard
common
val name: String
Name of the sticker set