Package it.tdlight.jni
Class TdApi.ViewTrendingStickerSets
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ViewTrendingStickerSets
- Enclosing class:
- TdApi
public static class TdApi.ViewTrendingStickerSets extends TdApi.Function
Informs the server that some trending
sticker sets have been viewed by the user.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
long[]
stickerSetIds
Identifiers of viewed trending sticker sets. -
Constructor Summary
Constructors Constructor Description ViewTrendingStickerSets()
Informs 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)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-