getMyFavoriteComments
abstract suspend fun getMyFavoriteComments(count: Int, offset: Int): List<Comment>
Content copied to clipboard
Get the current user's favorite comments.
Max count: 50
Get the current user's favorite comments.
Max count: 50