- Enclosing class:
- TdApi
Returns a list of installed sticker sets.
Returns StickerSets
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
Pass true to return mask sticker sets; pass false to return ordinary sticker sets. -
Constructor Summary
ConstructorDescriptionReturns a list of installed sticker sets.GetInstalledStickerSets
(boolean isMasks) Returns a list of installed sticker sets.GetInstalledStickerSets
(DataInput input) Returns a list of installed sticker sets. -
Method Summary
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:
-
-
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
Returns a list of installed sticker sets.Returns
StickerSets
- 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()
-