- Enclosing class:
- TdApi
Informs the server that some trending
sticker sets have been viewed by the user.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long[]
Identifiers of viewed trending sticker sets. -
Constructor Summary
ConstructorDescriptionInforms the server that some trending sticker sets have been viewed by the user.ViewTrendingStickerSets
(long[] stickerSetIds) Informs the server that some trending sticker sets have been viewed by the user.ViewTrendingStickerSets
(DataInput input) Informs the server that some trending sticker sets have been viewed by the user. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
stickerSetIds
public long[] stickerSetIdsIdentifiers of viewed trending sticker sets. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ViewTrendingStickerSets
public ViewTrendingStickerSets()Informs the server that some trending sticker sets have been viewed by the user.Returns
Ok
-
ViewTrendingStickerSets
public ViewTrendingStickerSets(long[] stickerSetIds) Informs the server that some trending sticker sets have been viewed by the user.Returns
Ok
- Parameters:
stickerSetIds
- long[] Identifiers of viewed trending sticker sets.
-
ViewTrendingStickerSets
Informs the server that some trending sticker sets have been viewed by the user.Returns
Ok
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-