docs
5.0.0
common
docs
/
dev.inmo.tgbotapi.requests.get
/
GetStickerSet
Get
Sticker
Set
@
Serializable
data
class
GetStickerSet
(
val
name
:
String
)
:
SimpleRequest
<
StickerSet
>
Constructors
Functions
Properties
Constructors
Get
Sticker
Set
Link copied to clipboard
fun
GetStickerSet
(
name
:
String
)
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String
Properties
name
Link copied to clipboard
val
name
:
String
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
StickerSet
>