Package it.tdlight.jni
Class TdApi.GetArchivedStickerSets
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetArchivedStickerSets
- Enclosing class:
- TdApi
public static class TdApi.GetArchivedStickerSets extends TdApi.Function
Returns a list of archived sticker sets.
Returns StickerSets
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isMasks
Pass true to return mask stickers sets; pass false to return ordinary sticker sets.int
limit
The maximum number of sticker sets to return.long
offsetStickerSetId
Identifier of the sticker set from which to return the result. -
Constructor Summary
Constructors Constructor Description GetArchivedStickerSets()
Returns a list of archived sticker sets.GetArchivedStickerSets(boolean isMasks, long offsetStickerSetId, int limit)
Returns a list of archived sticker sets.GetArchivedStickerSets(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 stickers sets; pass false to return ordinary sticker sets. -
offsetStickerSetId
public long offsetStickerSetIdIdentifier of the sticker set from which to return the result. -
limit
public int limitThe maximum number of sticker sets to return. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetArchivedStickerSets
public GetArchivedStickerSets()Returns a list of archived sticker sets.Returns
StickerSets
-
GetArchivedStickerSets
public GetArchivedStickerSets(boolean isMasks, long offsetStickerSetId, int limit)Returns a list of archived sticker sets.Returns
StickerSets
- Parameters:
isMasks
- boolean Pass true to return mask stickers sets; pass false to return ordinary sticker sets.offsetStickerSetId
- long Identifier of the sticker set from which to return the result.limit
- int The maximum number of sticker sets to return.
-
GetArchivedStickerSets
- 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()
-