public static class TdApi.GetArchivedStickerSets extends TdApi.Function<TdApi.StickerSets>
Returns StickerSets
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
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; use 0 to get results from the beginning.
|
TdApi.StickerType |
stickerType
Type of the sticker sets to return.
|
| Constructor and Description |
|---|
GetArchivedStickerSets()
Default constructor for a function, which returns a list of archived sticker sets.
|
GetArchivedStickerSets(TdApi.StickerType stickerType,
long offsetStickerSetId,
int limit)
Creates a function, which returns a list of archived sticker sets.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StickerType stickerType
public long offsetStickerSetId
public int limit
public static final int CONSTRUCTOR
public GetArchivedStickerSets()
Returns StickerSets
public GetArchivedStickerSets(TdApi.StickerType stickerType, long offsetStickerSetId, int limit)
Returns StickerSets
stickerType - Type of the sticker sets to return.offsetStickerSetId - Identifier of the sticker set from which to return the result; use 0 to get results from the beginning.limit - The maximum number of sticker sets to return; up to 100.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object