public static class TdApi.SetStickerPositionInSet extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
position
New position of the sticker in the set, zero-based.
|
TdApi.InputFile |
sticker
Sticker.
|
Constructor and Description |
---|
SetStickerPositionInSet()
Default constructor for a function, which changes the position of a sticker in the set to which it belongs; for bots only.
|
SetStickerPositionInSet(TdApi.InputFile sticker,
int position)
Creates a function, which changes the position of a sticker in the set to which it belongs; for bots only.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputFile sticker
public int position
public static final int CONSTRUCTOR
public SetStickerPositionInSet()
Returns Ok
public SetStickerPositionInSet(TdApi.InputFile sticker, int position)
Returns Ok
sticker
- Sticker.position
- New position of the sticker in the set, zero-based.public int getConstructor()
getConstructor
in class TdApi.Function