Package org.drinkless.tdlib
Class TdApi.SetStickerMaskPosition
- Enclosing class:
- TdApi
Changes the mask position of a mask sticker. The sticker must belong to a mask sticker set that is owned by the current user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Position where the mask is placed; pass null to remove mask position.Sticker. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the mask position of a mask sticker.SetStickerMaskPosition(TdApi.InputFile sticker, TdApi.MaskPosition maskPosition) Creates a function, which changes the mask position of a mask sticker. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
sticker
Sticker. -
maskPosition
Position where the mask is placed; pass null to remove mask position. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetStickerMaskPosition
public SetStickerMaskPosition()Default constructor for a function, which changes the mask position of a mask sticker. The sticker must belong to a mask sticker set that is owned by the current user.Returns
Ok -
SetStickerMaskPosition
Creates a function, which changes the mask position of a mask sticker. The sticker must belong to a mask sticker set that is owned by the current user.Returns
Ok- Parameters:
sticker- Sticker.maskPosition- Position where the mask is placed; pass null to remove mask position.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-