Class TdApi.GetArchivedStickerSets

  • Enclosing class:
    TdApi

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

    Returns StickerSets

    • Field Detail

      • isMasks

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

        public long offsetStickerSetId
        Identifier of the sticker set from which to return the result.
      • 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:
        Constant Field Values
    • Constructor Detail

      • GetArchivedStickerSets

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

        Returns StickerSets

      • GetArchivedStickerSets

        public GetArchivedStickerSets​(boolean isMasks,
                                      long offsetStickerSetId,
                                      int limit)
        Creates a function, which returns a list of archived sticker sets.

        Returns StickerSets

        Parameters:
        isMasks - Pass true to return mask stickers sets; pass false to return ordinary sticker sets.
        offsetStickerSetId - Identifier of the sticker set from which to return the result.
        limit - The maximum number of sticker sets to return; up to 100.