IGPAPI
    Preparing search index...

    Type Alias ChangeMutedStatusInput

    ChangeMutedStatusInput: { action: "mute" | "unmute"; mediaId?: string } & (
        | { targetReelAuthorId: string }
        | { targetPostsAuthorId: string }
        | { targetPostsAuthorId: string; targetReelAuthorId: string }
    )