Class TdApi.GetInstalledStickerSets

  • Enclosing class:
    TdApi

    public static class TdApi.GetInstalledStickerSets
    extends TdApi.Function
    Returns a list of installed sticker sets.

    Returns StickerSets

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      boolean isMasks
      Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
    • Field Detail

      • isMasks

        public boolean isMasks
        Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
      • CONSTRUCTOR

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

      • GetInstalledStickerSets

        public GetInstalledStickerSets()
        Default constructor.
      • GetInstalledStickerSets

        public GetInstalledStickerSets​(boolean isMasks)
        Constructor for initialization of all fields.
        Parameters:
        isMasks - Pass true to return mask sticker sets; pass false to return ordinary sticker sets.