IGPAPI
    Preparing search index...

    Interface MediaAddMentionedUserInput

    interface MediaAddMentionedUserInput {
        mediaId: string;
        mentionSharingEnabled?: boolean;
        userIds: string[];
    }
    Index

    Properties

    mediaId: string
    mentionSharingEnabled?: boolean
    userIds: string[]