TelegramBotAPI
common
tgbotapi.core
/
dev.inmo.tgbotapi.requests.stickers.abstracts
/
StickerSetAction
Sticker
Set
Action
interface
StickerSetAction
:
SimpleRequest
<
Boolean
>
Inheritors
SetCustomEmojiStickerSetThumbnail
SetStickerSetTitle
OwnerStickerSetAction
Members
Functions
method
Link copied to clipboard
abstract
fun
method
(
)
:
String
Properties
name
Link copied to clipboard
abstract
val
name
:
StickerSetName
request
Serializer
Link copied to clipboard
abstract
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
KSerializer
<
Boolean
>