SetStickerSetTitle

@Serializable
data class SetStickerSetTitle(val name: StickerSetName, val title: String) : StickerSetAction

Constructors

Link copied to clipboard
constructor(name: StickerSetName, title: String)

Properties

Link copied to clipboard
@SerialName(value = "name")
open override val name: StickerSetName
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
Link copied to clipboard
open override val resultDeserializer: KSerializer<Boolean>
Link copied to clipboard
@SerialName(value = "title")
val title: String

Functions

Link copied to clipboard
open override fun method(): String