public static class TdApi.GetOwnedStickerSets 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 be returned; must be positive and can't be greater than 100.
|
long |
offsetStickerSetId
Identifier of the sticker set from which to return owned sticker sets; use 0 to get results from the beginning.
|
| Constructor and Description |
|---|
GetOwnedStickerSets()
Default constructor for a function, which returns sticker sets owned by the current user.
|
GetOwnedStickerSets(long offsetStickerSetId,
int limit)
Creates a function, which returns sticker sets owned by the current user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long offsetStickerSetId
public int limit
public static final int CONSTRUCTOR
public GetOwnedStickerSets()
Returns StickerSets
public GetOwnedStickerSets(long offsetStickerSetId,
int limit)
Returns StickerSets
offsetStickerSetId - Identifier of the sticker set from which to return owned sticker sets; use 0 to get results from the beginning.limit - The maximum number of sticker sets to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned objects is chosen by TDLib and can be smaller than the specified limit.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object