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 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 for a function, which informs the server that some trending sticker sets have been viewed by the user.

        Returns Ok

      • ViewTrendingStickerSets

        public ViewTrendingStickerSets​(long[] stickerSetIds)
        Creates a function, which informs the server that some trending sticker sets have been viewed by the user.

        Returns Ok

        Parameters:
        stickerSetIds - Identifiers of viewed trending sticker sets.