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 Details

    • stickerSetIds

      public long[] stickerSetIds
      Identifiers 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

      public ViewTrendingStickerSets​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details