public static class TdApi.StickerSets extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StickerSetInfo[] |
sets
List of sticker sets.
|
int |
totalCount
Approximate total number of sticker sets found.
|
Constructor and Description |
---|
StickerSets()
Represents a list of sticker sets.
|
StickerSets(int totalCount,
TdApi.StickerSetInfo[] sets)
Represents a list of sticker sets.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int totalCount
public TdApi.StickerSetInfo[] sets
public static final int CONSTRUCTOR
public StickerSets()
public StickerSets(int totalCount, TdApi.StickerSetInfo[] sets)
totalCount
- Approximate total number of sticker sets found.sets
- List of sticker sets.public int getConstructor()
getConstructor
in class TdApi.Object