ktgbotapi
common
tgbotapi.core
/
dev.inmo.tgbotapi.requests.stickers
/
SetStickerSetThumbnail
Set
Sticker
Set
Thumbnail
@
Serializable
data
class
SetStickerSetThumbnail
(
val
userId
:
UserId
,
val
name
:
StickerSetName
,
val
thumbnail
:
FileId
?
=
null
)
:
OwnerStickerSetAction
Members
Constructors
Set
Sticker
Set
Thumbnail
Link copied to clipboard
constructor
(
userId
:
UserId
,
name
:
StickerSetName
,
thumbnail
:
FileId
?
=
null
)
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String
Properties
name
Link copied to clipboard
open
override
val
name
:
StickerSetName
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
KSerializer
<
Boolean
>
thumbnail
Link copied to clipboard
val
thumbnail
:
FileId
?
=
null
user
Id
Link copied to clipboard
open
override
val
userId
:
UserId