Class TdApi.GetInstalledStickerSets

Enclosing class:
TdApi

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

Returns StickerSets

  • Field Details

    • stickerType

      public TdApi.StickerType stickerType
      Type of the sticker sets to return.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetInstalledStickerSets

      public GetInstalledStickerSets()
      Default constructor for a function, which returns a list of installed sticker sets.

      Returns StickerSets

    • GetInstalledStickerSets

      public GetInstalledStickerSets(TdApi.StickerType stickerType)
      Creates a function, which returns a list of installed sticker sets.

      Returns StickerSets

      Parameters:
      stickerType - Type of the sticker sets to return.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR