suspend fun getAnimeUserUpdates(id: Int, page: Int? = 1): AnimeUserUpdates
Function to get anime's user updates by it's MyAnimeList id
id
- : MyAnimeList id of the anime.
page
- : Optional, default is 1. Index of page, each page contain 75 items.
Return
List of user updates of the anime with given MyAnimeList id.