public static class TdApi.TrendingStickerSets extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isPremium
True, if the list contains sticker sets with premium stickers.
|
TdApi.StickerSetInfo[] |
sets
List of trending sticker sets.
|
int |
totalCount
Approximate total number of trending sticker sets.
|
| Constructor and Description |
|---|
TrendingStickerSets()
Represents a list of trending sticker sets.
|
TrendingStickerSets(int totalCount,
TdApi.StickerSetInfo[] sets,
boolean isPremium)
Represents a list of trending 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 boolean isPremium
public static final int CONSTRUCTOR
public TrendingStickerSets()
public TrendingStickerSets(int totalCount,
TdApi.StickerSetInfo[] sets,
boolean isPremium)
totalCount - Approximate total number of trending sticker sets.sets - List of trending sticker sets.isPremium - True, if the list contains sticker sets with premium stickers.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object