Interface GetStickerOutline

Returns outline of a sticker; this is an offline request. Returns a 404 error if the outline isn't known. Request type for Tdjson#getStickerOutline.

interface GetStickerOutline {
    @type: "getStickerOutline";
    for_animated_emoji?: boolean;
    for_clicked_animated_emoji_message?: boolean;
    sticker_file_id: number;
}

Properties

@type: "getStickerOutline"
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.