Class TdApi.StickerSets

  • Enclosing class:
    TdApi

    public static class TdApi.StickerSets
    extends TdApi.Object
    Represents a list of sticker sets.
    • Field Detail

      • totalCount

        public int totalCount
        Approximate total number of sticker sets found.
      • CONSTRUCTOR

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

      • StickerSets

        public StickerSets()
        Default constructor.
      • StickerSets

        public StickerSets​(int totalCount,
                           TdApi.StickerSetInfo[] sets)
        Constructor for initialization of all fields.
        Parameters:
        totalCount - Approximate total number of sticker sets found.
        sets - List of sticker sets.