Module tdlight.api

Class TdApi.ViewTrendingStickerSets

Enclosing class:
TdApi

public static final class TdApi.ViewTrendingStickerSets extends TdApi.Function<TdApi.Ok>
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:
  • 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
      Informs the server that some trending sticker sets have been viewed by the user. Returns Ok
      Throws:
      IOException
  • Method Details