Hello, I am building a personal discord bot to fetch memories to my discord server and possibly store on my local machine just for fun. However it seems I do not know how memories work and are possibly stored.
I have a bunch of photos on a specific date that I am querying in the format YYYY-MM-DD and I am getting a no memory stored on that date.
I am using openapi-generator to generate the entire Immich API on my system in python. It does work as I can upload photos from my discord client.
I am calling .sync with the for_ to get specific photos on dates.
So my questions are. 1. Would this even work? I'm not sure first time really messing with this and kinda reverse engineering it. 2. How are memories stored internally? If I keep getting a no memory found even if I have like 20 photos stored on a specific date.