SetChatStickerSet

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

Constructors

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

Properties

Link copied to clipboard
open override val chatId: ChatIdentifier
Link copied to clipboard
open override val requestSerializer: <Error class: unknown class><out <Error class: unknown class>>
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><Unit>
Link copied to clipboard

Functions

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