Package org.drinkless.tdlib
Class TdApi.ChangeStickerSet
- Enclosing class:
- TdApi
Installs/uninstalls or activates/archives a sticker set.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanThe new value of isArchived.booleanThe new value of isInstalled.longIdentifier of the sticker set. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
setId
public long setIdIdentifier of the sticker set. -
isInstalled
public boolean isInstalledThe new value of isInstalled. -
isArchived
public boolean isArchivedThe new value of isArchived. A sticker set can't be installed and archived simultaneously. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChangeStickerSet
public ChangeStickerSet()Default constructor for a function, which installs/uninstalls or activates/archives a sticker set.Returns
Ok -
ChangeStickerSet
public ChangeStickerSet(long setId, boolean isInstalled, boolean isArchived) Creates a function, which installs/uninstalls or activates/archives a sticker set.Returns
Ok- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-