Interface StoriesClickableSticker

interface StoriesClickableSticker {
    app_context: string;
    audio_start_time: number;
    clickable_area: StoriesClickableArea[];
    clip_id: number;
    color: string;
    has_new_interactions: number | boolean;
    hashtag: string;
    id: number;
    is_broadcast_notify_allowed: number | boolean;
    mention: string;
    owner_id: number;
    place_id: number;
    post_id: number;
    post_owner_id: number;
    question: string;
    question_button: string;
    situational_app_url: string;
    situational_theme_id: number;
    sticker_id: number;
    sticker_pack_id: number;
    story_id: number;
    style: "transparent" | "light" | "blue_gradient" | "red_gradient" | "underline" | "blue" | "green" | "white" | "question_reply" | "impressive";
    subtype: "market_item" | "aliexpress_product";
    tooltip_text: string;
    type: "link" | "clip" | "sticker" | "poll" | "app" | "mention" | "hashtag" | "music" | "post" | "owner" | "question" | "place" | "market_item" | "story_reply" | "situational_theme" | "playlist";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

app_context: string

Additional context for app sticker

audio_start_time: number
clickable_area: StoriesClickableArea[]
clip_id: number
color: string

Color, hex format

has_new_interactions: number | boolean

Whether current user has unread interaction with this app

hashtag: string
id: number

Clickable sticker ID

is_broadcast_notify_allowed: number | boolean

Whether current user allowed broadcast notify from this app

mention: string
owner_id: number
place_id: number
post_id: number
post_owner_id: number
question: string
question_button: string
situational_app_url: string
situational_theme_id: number
sticker_id: number

Sticker ID

sticker_pack_id: number

Sticker pack ID

story_id: number
style: "transparent" | "light" | "blue_gradient" | "red_gradient" | "underline" | "blue" | "green" | "white" | "question_reply" | "impressive"
subtype: "market_item" | "aliexpress_product"
tooltip_text: string
type: "link" | "clip" | "sticker" | "poll" | "app" | "mention" | "hashtag" | "music" | "post" | "owner" | "question" | "place" | "market_item" | "story_reply" | "situational_theme" | "playlist"

Generated using TypeDoc