Interface GetStickerOutlineSvgPath

Returns outline of a sticker as an SVG path. This is an offline method. Returns an empty string if the outline isn't known. Request type for Tdjson#getStickerOutlineSvgPath.

interface GetStickerOutlineSvgPath {
    @type: "getStickerOutlineSvgPath";
    for_animated_emoji?: boolean;
    for_clicked_animated_emoji_message?: boolean;
    sticker_file_id: number;
}

Properties

@type: "getStickerOutlineSvgPath"
for_animated_emoji?: boolean

Pass true to get the outline scaled for animated emoji.

for_clicked_animated_emoji_message?: boolean

Pass true to get the outline scaled for clicked animated emoji message.

sticker_file_id: number

File identifier of the sticker.