public static class TdApi.ReorderInstalledStickerSets extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
stickerSetIds
Identifiers of installed sticker sets in the new correct order.
|
TdApi.StickerType |
stickerType
Type of the sticker sets to reorder.
|
| Constructor and Description |
|---|
ReorderInstalledStickerSets()
Default constructor for a function, which changes the order of installed sticker sets.
|
ReorderInstalledStickerSets(TdApi.StickerType stickerType,
long[] stickerSetIds)
Creates a function, which changes the order of installed sticker sets.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StickerType stickerType
public long[] stickerSetIds
public static final int CONSTRUCTOR
public ReorderInstalledStickerSets()
Returns Ok
public ReorderInstalledStickerSets(TdApi.StickerType stickerType, long[] stickerSetIds)
Returns Ok
stickerType - Type of the sticker sets to reorder.stickerSetIds - Identifiers of installed sticker sets in the new correct order.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object