Package it.tdlight.jni
Class TdApi.ChangeStickerSet
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ChangeStickerSet
- Enclosing class:
- TdApi
public static class TdApi.ChangeStickerSet extends TdApi.Function
Installs/uninstalls or activates/archives
a sticker set.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isArchived
The new value of isArchived.boolean
isInstalled
The new value of isInstalled.long
setId
Identifier of the sticker set. -
Constructor Summary
Constructors Constructor Description ChangeStickerSet()
Installs/uninstalls or activates/archives a sticker set.ChangeStickerSet(long setId, boolean isInstalled, boolean isArchived)
Installs/uninstalls or activates/archives a sticker set.ChangeStickerSet(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
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 CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChangeStickerSet
public ChangeStickerSet()Installs/uninstalls or activates/archives a sticker set.Returns
Ok
-
ChangeStickerSet
public ChangeStickerSet(long setId, boolean isInstalled, boolean isArchived)Installs/uninstalls or activates/archives a sticker set.Returns
Ok
- Parameters:
setId
- long Identifier of the sticker set.isInstalled
- boolean The new value of isInstalled.isArchived
- boolean The new value of isArchived. A sticker set can't be installed and archived simultaneously.
-
ChangeStickerSet
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-