Interface LocationRepositoryStoryResponseReelMentionsItem

interface LocationRepositoryStoryResponseReelMentionsItem {
    display_type: string;
    height: string;
    is_hidden: number;
    is_pinned: number;
    is_sticker: number;
    rotation: number;
    user: LocationRepositoryStoryResponseUser;
    width: string;
    x: string;
    y: string;
    z: number;
}

Properties

display_type: string
height: string
is_hidden: number
is_pinned: number
is_sticker: number
rotation: number
width: string
x: string
y: string
z: number