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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object