Package org.drinkless.tdlib
Class TdApi.TrendingStickerSets
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.TrendingStickerSets
- Enclosing class:
- TdApi
Represents a list of trending sticker sets.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanTrue, if the list contains sticker sets with premium stickers.List of trending sticker sets.intApproximate total number of trending sticker sets. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a list of trending sticker sets.TrendingStickerSets(int totalCount, TdApi.StickerSetInfo[] sets, boolean isPremium) Represents a list of trending sticker sets. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountApproximate total number of trending sticker sets. -
sets
List of trending sticker sets. -
isPremium
public boolean isPremiumTrue, if the list contains sticker sets with premium stickers. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
TrendingStickerSets
public TrendingStickerSets()Represents a list of trending sticker sets. -
TrendingStickerSets
Represents a list of trending sticker sets.- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-