docs
3.3.1
common
docs
/
dev.inmo.tgbotapi.requests.stickers
/
SetStickerSetThumb
Set
Sticker
Set
Thumb
@
Serializable
data
class
SetStickerSetThumb
(
val
userId
:
UserId
,
val
name
:
StickerSetName
,
val
thumb
:
FileId
?
=
null
)
:
StickerSetAction
Constructors
Functions
Properties
Constructors
Set
Sticker
Set
Thumb
Link copied to clipboard
fun
SetStickerSetThumb
(
userId
:
UserId
,
name
:
StickerSetName
,
thumb
:
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
>
thumb
Link copied to clipboard
val
thumb
:
FileId
?
=
null
user
Id
Link copied to clipboard
open
override
val
userId
:
UserId