SetChatStickerSet

@Serializable
data class SetChatStickerSet(val chatId: ChatIdentifier, val stickerSetName: StickerSetName) : ChatRequest, SimpleRequest<Boolean>

Constructors

Link copied to clipboard
fun SetChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName)

Functions

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

Properties

Link copied to clipboard
open override val chatId: ChatIdentifier
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<Boolean>
Link copied to clipboard