public static class TdApi.ChatPhotoStickerTypeRegularOrMask extends TdApi.ChatPhotoStickerType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
stickerId
Identifier of the sticker in the set.
|
long |
stickerSetId
Sticker set identifier.
|
| Constructor and Description |
|---|
ChatPhotoStickerTypeRegularOrMask()
Information 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long stickerSetId
public long stickerId
public static final int CONSTRUCTOR
public ChatPhotoStickerTypeRegularOrMask()
public ChatPhotoStickerTypeRegularOrMask(long stickerSetId,
long stickerId)
stickerSetId - Sticker set identifier.stickerId - Identifier of the sticker in the set.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object