Package it.tdlight.jni
Class TdApi.GetInstalledStickerSets
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetInstalledStickerSets
- Enclosing class:
- TdApi
public static class TdApi.GetInstalledStickerSets extends TdApi.Function
Returns a list of installed sticker sets.
Returns StickerSets
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isMasks
Pass true to return mask sticker sets; pass false to return ordinary sticker sets. -
Constructor Summary
Constructors Constructor Description GetInstalledStickerSets()
Returns a list of installed sticker sets.GetInstalledStickerSets(boolean isMasks)
Returns a list of installed sticker sets.GetInstalledStickerSets(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
-
isMasks
public boolean isMasksPass true to return mask sticker sets; pass false to return ordinary sticker sets. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetInstalledStickerSets
public GetInstalledStickerSets()Returns a list of installed sticker sets.Returns
StickerSets
-
GetInstalledStickerSets
public GetInstalledStickerSets(boolean isMasks)Returns a list of installed sticker sets.Returns
StickerSets
- Parameters:
isMasks
- boolean Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
-
GetInstalledStickerSets
- 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()
-