TelegramBotAPI
common
tgbotapi.core
/
dev.inmo.tgbotapi.requests.stickers
/
SetStickerPositionInSet
Set
Sticker
Position
In
Set
@
Serializable
data
class
SetStickerPositionInSet
(
val
sticker
:
FileId
,
val
position
:
Int
)
:
StickerAction
<
Boolean
>
Members
Constructors
Set
Sticker
Position
In
Set
Link copied to clipboard
constructor
(
sticker
:
FileId
,
position
:
Int
)
Functions
method
Link copied to clipboard
open
override
fun
method
(
)
:
String
Properties
position
Link copied to clipboard
val
position
:
Int
request
Serializer
Link copied to clipboard
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
result
Deserializer
Link copied to clipboard
open
override
val
resultDeserializer
:
DeserializationStrategy
<
Boolean
>
sticker
Link copied to clipboard
open
override
val
sticker
:
FileId