public static class TdApi.GetArchivedStickerSets extends TdApi.Function
Returns StickerSets
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
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; up to 100.
|
long |
offsetStickerSetId
Identifier of the sticker set from which to return the result.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean isMasks
public long offsetStickerSetId
public int limit
public static final int CONSTRUCTOR
public GetArchivedStickerSets()
Returns StickerSets
public GetArchivedStickerSets(boolean isMasks, long offsetStickerSetId, int limit)
Returns StickerSets
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.public int getConstructor()
getConstructor
in class TdApi.Function