java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.TMeUrlType
it.tdlight.jni.TdApi.TMeUrlTypeStickerSet
- Enclosing class:
- TdApi
A URL linking to a sticker set.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the sticker set. -
Constructor Summary
ConstructorDescriptionA URL linking to a sticker set.TMeUrlTypeStickerSet
(long stickerSetId) A URL linking to a sticker set.TMeUrlTypeStickerSet
(DataInput input) A URL linking to a sticker set. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
stickerSetId
public long stickerSetIdIdentifier of the sticker set. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
TMeUrlTypeStickerSet
public TMeUrlTypeStickerSet()A URL linking to a sticker set. -
TMeUrlTypeStickerSet
public TMeUrlTypeStickerSet(long stickerSetId) A URL linking to a sticker set.- Parameters:
stickerSetId
- long Identifier of the sticker set.
-
TMeUrlTypeStickerSet
A URL linking to a sticker set.- 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()
-