Class TdApi.GetOwnedStickerSets

Enclosing class:
TdApi

public static class TdApi.GetOwnedStickerSets extends TdApi.Function<TdApi.StickerSets>
Returns sticker sets owned by the current user.

Returns StickerSets

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    int
    The maximum number of sticker sets to be returned; must be positive and can't be greater than 100.
    long
    Identifier of the sticker set from which to return owned sticker sets; use 0 to get results from the beginning.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which returns sticker sets owned by the current user.
    GetOwnedStickerSets(long offsetStickerSetId, int limit)
    Creates a function, which returns sticker sets owned by the current user.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • offsetStickerSetId

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

      public int limit
      The maximum number of sticker sets to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned objects is chosen by TDLib and can be smaller than the specified limit.
    • CONSTRUCTOR

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

    • GetOwnedStickerSets

      public GetOwnedStickerSets()
      Default constructor for a function, which returns sticker sets owned by the current user.

      Returns StickerSets

    • GetOwnedStickerSets

      public GetOwnedStickerSets(long offsetStickerSetId, int limit)
      Creates a function, which returns sticker sets owned by the current user.

      Returns StickerSets

      Parameters:
      offsetStickerSetId - Identifier of the sticker set from which to return owned sticker sets; use 0 to get results from the beginning.
      limit - The maximum number of sticker sets to be returned; must be positive and can't be greater than 100. For optimal performance, the number of returned objects is chosen by TDLib and can be smaller than the specified limit.
  • 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