- Enclosing class:
- TdApi
Returns information about a sticker
set by its identifier.
Returns StickerSet
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the sticker set. -
Constructor Summary
ConstructorDescriptionReturns information about a sticker set by its identifier.GetStickerSet
(long setId) Returns information about a sticker set by its identifier.GetStickerSet
(DataInput input) Returns information about a sticker set by its identifier. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
setId
public long setIdIdentifier of the sticker set. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetStickerSet
public GetStickerSet()Returns information about a sticker set by its identifier.Returns
StickerSet
-
GetStickerSet
public GetStickerSet(long setId) Returns information about a sticker set by its identifier.Returns
StickerSet
- Parameters:
setId
- long Identifier of the sticker set.
-
GetStickerSet
Returns information about a sticker set by its identifier.Returns
StickerSet
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-