public static class TdApi.GetInstalledStickerSets extends TdApi.Function<TdApi.StickerSets>
Returns StickerSets
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StickerType |
stickerType
Type of the sticker sets to return.
|
| Constructor and Description |
|---|
GetInstalledStickerSets()
Default constructor for a function, which returns a list of installed sticker sets.
|
GetInstalledStickerSets(TdApi.StickerType stickerType)
Creates a function, which returns a list of installed sticker sets.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StickerType stickerType
public static final int CONSTRUCTOR
public GetInstalledStickerSets()
Returns StickerSets
public GetInstalledStickerSets(TdApi.StickerType stickerType)
Returns StickerSets
stickerType - Type of the sticker sets to return.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object