Closed tarasyarema closed 3 years ago
Implemented the Media interface for the SavedMedia structure, so that all the saved media can be fetched using the Next() method.
Media
SavedMedia
Next()
Also I saw that there was no Unsave method, so I implemented it too.
Unsave
I tested in my personal account and it seems to work.
Btw, if everything is ok I would like to ask if you can merge on October :3
Hey, this was perfect. thank you. I appreciate this.
Whenever you want @ahmdrz :)
Hi @ahmdrz will this be merged anytime soon?
Implemented the
Media
interface for theSavedMedia
structure, so that all the saved media can be fetched using theNext()
method.Also I saw that there was no
Unsave
method, so I implemented it too.I tested in my personal account and it seems to work.