public static class TdApi.ChangeStickerSet extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isArchived
The new value of isArchived.
|
boolean |
isInstalled
The new value of isInstalled.
|
long |
setId
Identifier of the sticker set.
|
Constructor and Description |
---|
ChangeStickerSet()
Default constructor for a function, which installs/uninstalls or activates/archives a sticker set.
|
ChangeStickerSet(long setId,
boolean isInstalled,
boolean isArchived)
Creates a function, which installs/uninstalls or activates/archives a sticker set.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long setId
public boolean isInstalled
public boolean isArchived
public static final int CONSTRUCTOR
public ChangeStickerSet()
Returns Ok
public ChangeStickerSet(long setId, boolean isInstalled, boolean isArchived)
Returns Ok
setId
- Identifier of the sticker set.isInstalled
- The new value of isInstalled.isArchived
- The new value of isArchived. A sticker set can't be installed and archived simultaneously.public int getConstructor()
getConstructor
in class TdApi.Function