Class 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
      Identifier uniquely determining type of the object.
      long[] stickerSetIds
      Identifiers of viewed trending sticker sets.
    • Field Detail

      • stickerSetIds

        public long[] stickerSetIds
        Identifiers of viewed trending sticker sets.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ViewTrendingStickerSets

        public ViewTrendingStickerSets()
        Default constructor.
      • ViewTrendingStickerSets

        public ViewTrendingStickerSets​(long[] stickerSetIds)
        Constructor for initialization of all fields.
        Parameters:
        stickerSetIds - Identifiers of viewed trending sticker sets.