Package org.drinkless.tdlib
Class TdApi.GetArchivedStickerSets
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisMasksPass true to return mask stickers sets; pass false to return ordinary sticker sets.intlimitThe maximum number of sticker sets to return; up to 100.longoffsetStickerSetIdIdentifier of the sticker set from which to return the result.
-
Constructor Summary
Constructors Constructor Description GetArchivedStickerSets()Default constructor for a function, which returns a list of archived sticker sets.GetArchivedStickerSets(boolean isMasks, long offsetStickerSetId, int limit)Creates a function, which returns a list of archived sticker sets.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
isMasks
public boolean isMasks
Pass true to return mask stickers sets; pass false to return ordinary sticker sets.
-
offsetStickerSetId
public long offsetStickerSetId
Identifier of the sticker set from which to return the result.
-
limit
public int limit
The maximum number of sticker sets to return; up to 100.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetArchivedStickerSets
public GetArchivedStickerSets()
Default constructor for a function, which returns a list of archived sticker sets.Returns
StickerSets
-
GetArchivedStickerSets
public GetArchivedStickerSets(boolean isMasks, long offsetStickerSetId, int limit)Creates a function, which returns a list of archived sticker sets.Returns
StickerSets- Parameters:
isMasks- Pass true to return mask stickers sets; pass false to return ordinary sticker sets.offsetStickerSetId- Identifier of the sticker set from which to return the result.limit- The maximum number of sticker sets to return; up to 100.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-