DeleteChatStickerSetRequest

data class DeleteChatStickerSetRequest(chatId: Int)

Request body for deleteChatStickerSet

Parameters

chatId

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

Constructors

DeleteChatStickerSetRequest
Link copied to clipboard
common
fun DeleteChatStickerSetRequest(chatId: Int)
Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

Functions

component1
Link copied to clipboard
common
operator fun component1(): Int
copy
Link copied to clipboard
common
fun copy(chatId: Int): DeleteChatStickerSetRequest
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

chatId
Link copied to clipboard
common
val chatId: Int
Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)