Class StoryAttachment

Hierarchy (view full)

Constructors

Properties

$filled: boolean
[kParentStory]: undefined | StoryAttachment
[kPhoto]: undefined | PhotoAttachment
[kVideo]: undefined | VideoAttachment
api: API
type: "story" | STORY

Accessors

  • get clickableStickers(): undefined | {
        clickable_stickers: {
            clickable_area: {
                x: number;
                y: number;
            }[];
            type: "mention" | "hashtag";
        }[];
        hashtag?: string;
        mention?: string;
        original_height: number;
        original_width: number;
        style: string;
    }
  • Returns the parent story clickable stickers

    Returns undefined | {
        clickable_stickers: {
            clickable_area: {
                x: number;
                y: number;
            }[];
            type: "mention" | "hashtag";
        }[];
        hashtag?: string;
        mention?: string;
        original_height: number;
        original_width: number;
        style: string;
    }

Methods

Generated using TypeDoc