Interface MediaEditInput

interface MediaEditInput {
    captionText: string;
    location?: PostingLocation;
    mediaId: string;
    usertags?: {
        added: string[];
        in: PostingUsertag[];
        removed: string[];
    };
}

Properties

captionText: string
location?: PostingLocation
mediaId: string
usertags?: {
    added: string[];
    in: PostingUsertag[];
    removed: string[];
}

Type declaration

  • added: string[]

    added within this edit profile ids

  • in: PostingUsertag[]

    all the profiles on this media

  • removed: string[]

    removed within this edit profile ids