public static class TdApi.GetInstalledStickerSets 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 sticker sets; pass false to return ordinary sticker sets.
|
Constructor and Description |
---|
GetInstalledStickerSets()
Default constructor for a function, which returns a list of installed sticker sets.
|
GetInstalledStickerSets(boolean isMasks)
Creates a function, which returns a list of installed sticker sets.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean isMasks
public static final int CONSTRUCTOR
public GetInstalledStickerSets()
Returns StickerSets
public GetInstalledStickerSets(boolean isMasks)
Returns StickerSets
isMasks
- Pass true to return mask sticker sets; pass false to return ordinary sticker sets.public int getConstructor()
getConstructor
in class TdApi.Function