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
FieldsModifier and TypeFieldDescriptionstatic final intlongIdentifier of the sticker in the set.longSticker set identifier. -
Constructor Summary
ConstructorsConstructorDescriptionInformation 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-