public static class TdApi.StickerFullTypeMask extends TdApi.StickerFullType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MaskPosition |
maskPosition
Position where the mask is placed; may be null.
|
| Constructor and Description |
|---|
StickerFullTypeMask()
The sticker is a mask in WEBP format to be placed on photos or videos.
|
StickerFullTypeMask(TdApi.MaskPosition maskPosition)
The sticker is a mask in WEBP format to be placed on photos or videos.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.MaskPosition maskPosition
public static final int CONSTRUCTOR
public StickerFullTypeMask()
public StickerFullTypeMask(TdApi.MaskPosition maskPosition)
maskPosition - Position where the mask is placed; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object