Package org.drinkless.tdlib
Class TdApi.UpdateTrendingStickerSets
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateTrendingStickerSets
- Enclosing class:
- TdApi
The list of trending sticker sets was updated or some of them were viewed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The prefix of the list of trending sticker sets with the newest trending sticker sets.Type of the affected stickers. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of trending sticker sets was updated or some of them were viewed.UpdateTrendingStickerSets
(TdApi.StickerType stickerType, TdApi.TrendingStickerSets stickerSets) The list of trending sticker sets was updated or some of them were viewed. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
stickerType
Type of the affected stickers. -
stickerSets
The prefix of the list of trending sticker sets with the newest trending sticker sets. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateTrendingStickerSets
public UpdateTrendingStickerSets()The list of trending sticker sets was updated or some of them were viewed. -
UpdateTrendingStickerSets
public UpdateTrendingStickerSets(TdApi.StickerType stickerType, TdApi.TrendingStickerSets stickerSets) The list of trending sticker sets was updated or some of them were viewed.- Parameters:
stickerType
- Type of the affected stickers.stickerSets
- The prefix of the list of trending sticker sets with the newest trending sticker sets.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-