Module tdlight.api

Class TdApi.GetInstalledStickerSets

Enclosing class:
TdApi

public static final class TdApi.GetInstalledStickerSets extends TdApi.Function<TdApi.StickerSets>
Returns a list of installed sticker sets.

Returns StickerSets

  • Field Details

    • isMasks

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

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetInstalledStickerSets

      public GetInstalledStickerSets()
      Returns a list of installed sticker sets.

      Returns StickerSets

    • GetInstalledStickerSets

      public GetInstalledStickerSets(boolean isMasks)
      Returns a list of installed sticker sets.

      Returns StickerSets

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

      public GetInstalledStickerSets(DataInput input) throws IOException
      Returns a list of installed sticker sets.

      Returns StickerSets

      Throws:
      IOException
  • Method Details