SetChatStickerSetRequest

data class SetChatStickerSetRequest(chatId: Int, stickerSetName: String)

Request body for setChatStickerSet

Parameters

chatId

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

stickerSetName

Name of the sticker set to be set as the group sticker set

Constructors

SetChatStickerSetRequest
Link copied to clipboard
common
fun SetChatStickerSetRequest(chatId: Int, stickerSetName: String)
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
component2
Link copied to clipboard
common
operator fun component2(): String
copy
Link copied to clipboard
common
fun copy(chatId: Int, stickerSetName: String): SetChatStickerSetRequest
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)
stickerSetName
Link copied to clipboard
common
val stickerSetName: String
Name of the sticker set to be set as the group sticker set