Class TdApi.GetInstalledStickerSets

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetInstalledStickerSets
Enclosing class:
TdApi

public static class TdApi.GetInstalledStickerSets
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details