Interface UsersStoryResponseStoryLocationsItem

interface UsersStoryResponseStoryLocationsItem {
    height: string;
    is_fb_sticker: number;
    is_hidden: number;
    is_pinned: number;
    is_sticker: number;
    location: UsersStoryResponseLocation;
    rotation: number;
    width: string;
    x: string;
    y: string;
    z: number;
}

Properties

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