- Enclosing class:
- TdApi
Changes the mask position of a mask
sticker; for bots only. The sticker
must belong to a mask sticker set
created by the bot.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Position where the mask is placed; pass null to remove mask position.Sticker. -
Constructor Summary
ConstructorDescriptionChanges the mask position of a mask sticker; for bots only.SetStickerMaskPosition
(TdApi.InputFile sticker, TdApi.MaskPosition maskPosition) Changes the mask position of a mask sticker; for bots only.SetStickerMaskPosition
(DataInput input) Changes the mask position of a mask sticker; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
sticker
Sticker. -
maskPosition
Position where the mask is placed; pass null to remove mask position. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetStickerMaskPosition
public SetStickerMaskPosition()Changes the mask position of a mask sticker; for bots only. The sticker must belong to a mask sticker set created by the bot. ReturnsOk
-
SetStickerMaskPosition
Changes the mask position of a mask sticker; for bots only. The sticker must belong to a mask sticker set created by the bot. ReturnsOk
- Parameters:
sticker
- InputFile Sticker.maskPosition
- MaskPosition Position where the mask is placed; pass null to remove mask position.
-
SetStickerMaskPosition
Changes the mask position of a mask sticker; for bots only. The sticker must belong to a mask sticker set created by the bot. ReturnsOk
- 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()
-