java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatPhotoStickerType
it.tdlight.jni.TdApi.ChatPhotoStickerTypeRegularOrMask
- Enclosing class:
- TdApi
public static final class TdApi.ChatPhotoStickerTypeRegularOrMask
extends TdApi.ChatPhotoStickerType
Information about the sticker, which
was used to create the chat photo.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Identifier of the sticker in the set.long
Sticker set identifier. -
Constructor Summary
ConstructorDescriptionInformation about the sticker, which was used to create the chat photo.ChatPhotoStickerTypeRegularOrMask
(long stickerSetId, long stickerId) Information about the sticker, which was used to create the chat photo.Information about the sticker, which was used to create the chat photo. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
stickerSetId
public long stickerSetIdSticker set identifier. -
stickerId
public long stickerIdIdentifier of the sticker in the set. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatPhotoStickerTypeRegularOrMask
public ChatPhotoStickerTypeRegularOrMask()Information about the sticker, which was used to create the chat photo. -
ChatPhotoStickerTypeRegularOrMask
public ChatPhotoStickerTypeRegularOrMask(long stickerSetId, long stickerId) Information about the sticker, which was used to create the chat photo.- Parameters:
stickerSetId
- long Sticker set identifier.stickerId
- long Identifier of the sticker in the set.
-
ChatPhotoStickerTypeRegularOrMask
Information about the sticker, which was used to create the chat photo.- 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()
-