Class TdApi.GetInstalledStickerSets

  • Enclosing class:
    TdApi

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

    Returns StickerSets

    • 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 for a function, which returns a list of installed sticker sets.

        Returns StickerSets

      • GetInstalledStickerSets

        public GetInstalledStickerSets​(boolean isMasks)
        Creates a function, which returns a list of installed sticker sets.

        Returns StickerSets

        Parameters:
        isMasks - Pass true to return mask sticker sets; pass false to return ordinary sticker sets.