Package it.tdlight.jni
Class TdApi.GetStickerSet
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetStickerSet
- Enclosing class:
- TdApi
public static class TdApi.GetStickerSet extends TdApi.Function
Returns information about a sticker
set by its identifier.
Returns StickerSet
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
long
setId
Identifier of the sticker set. -
Constructor Summary
Constructors Constructor Description GetStickerSet()
Returns information about a sticker set by its identifier.GetStickerSet(long setId)
Returns information about a sticker set by its identifier.GetStickerSet(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-