Class TdApi.GetArchivedStickerSets

Enclosing class:
TdApi

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

Returns StickerSets

  • Field Details

    • stickerType

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

      public long offsetStickerSetId
      Identifier of the sticker set from which to return the result; use 0 to get results from the beginning.
    • limit

      public int limit
      The maximum number of sticker sets to return; up to 100.
    • CONSTRUCTOR

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

    • GetArchivedStickerSets

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

      Returns StickerSets

    • GetArchivedStickerSets

      public GetArchivedStickerSets(TdApi.StickerType stickerType, long offsetStickerSetId, int limit)
      Creates a function, which returns a list of archived sticker sets.

      Returns StickerSets

      Parameters:
      stickerType - Type of the sticker sets to return.
      offsetStickerSetId - Identifier of the sticker set from which to return the result; use 0 to get results from the beginning.
      limit - The maximum number of sticker sets to return; up to 100.
  • 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