Uses of Class
it.tdlight.jni.TdApi.MaskPosition
-
Uses of TdApi.MaskPosition in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.InputStickerStatic.maskPosition
For masks, position where the mask is placed; pass null if unspecified.TdApi.Sticker.maskPosition
Position where the mask is placed; may be null.ModifierConstructorDescriptionInputStickerStatic
(TdApi.InputFile sticker, String emojis, TdApi.MaskPosition maskPosition) A static sticker in PNG format, which will be converted to WEBP server-side.Sticker
(long setId, int width, int height, String emoji, boolean isAnimated, boolean isMask, TdApi.MaskPosition maskPosition, TdApi.ClosedVectorPath[] outline, TdApi.Thumbnail thumbnail, TdApi.File sticker) Describes a sticker.