Package org.drinkless.tdlib
Class TdApi.GetStickerOutlineSvgPath
- Enclosing class:
- TdApi
Returns outline of a sticker as an SVG path. This is an offline method. Returns an empty string if the outline isn't known.
Returns Text
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanPass true to get the outline scaled for animated emoji.booleanPass true to get the outline scaled for clicked animated emoji message.intFile identifier of the sticker. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns outline of a sticker as an SVG path.GetStickerOutlineSvgPath(int stickerFileId, boolean forAnimatedEmoji, boolean forClickedAnimatedEmojiMessage) Creates a function, which returns outline of a sticker as an SVG path. -
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
-
stickerFileId
public int stickerFileIdFile identifier of the sticker. -
forAnimatedEmoji
public boolean forAnimatedEmojiPass true to get the outline scaled for animated emoji. -
forClickedAnimatedEmojiMessage
public boolean forClickedAnimatedEmojiMessagePass true to get the outline scaled for clicked animated emoji message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetStickerOutlineSvgPath
public GetStickerOutlineSvgPath()Default constructor for a function, which returns outline of a sticker as an SVG path. This is an offline method. Returns an empty string if the outline isn't known.Returns
Text -
GetStickerOutlineSvgPath
public GetStickerOutlineSvgPath(int stickerFileId, boolean forAnimatedEmoji, boolean forClickedAnimatedEmojiMessage) Creates a function, which returns outline of a sticker as an SVG path. This is an offline method. Returns an empty string if the outline isn't known.Returns
Text- Parameters:
stickerFileId- File identifier of the sticker.forAnimatedEmoji- Pass true to get the outline scaled for animated emoji.forClickedAnimatedEmojiMessage- Pass true to get the outline scaled for clicked animated emoji message.
-
-
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
-