Package org.drinkless.tdlib
Class TdApi.ViewTrendingStickerSets
- Enclosing class:
- TdApi
Informs the server that some trending sticker sets have been viewed by the user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.long[]Identifiers of viewed trending sticker sets. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which informs the server that some trending sticker sets have been viewed by the user.ViewTrendingStickerSets(long[] stickerSetIds) Creates a function, which informs the server that some trending sticker sets have been viewed by the user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
stickerSetIds
public long[] stickerSetIdsIdentifiers of viewed trending sticker sets. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ViewTrendingStickerSets
public ViewTrendingStickerSets()Default constructor for a function, which informs the server that some trending sticker sets have been viewed by the user.Returns
Ok -
ViewTrendingStickerSets
public ViewTrendingStickerSets(long[] stickerSetIds) Creates a function, which informs the server that some trending sticker sets have been viewed by the user.Returns
Ok- Parameters:
stickerSetIds- Identifiers of viewed trending sticker sets.
-
-
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
-