Get Photo Feed Result
Result type for photo feed operations with cursor-based pagination.
Inheritors
Types
Link copied to clipboard
Failed operation result.
Link copied to clipboard
data class Success(val data: List<ZyncAttachment>, val totalCount: Int, val nextCursor: String?, val hasMore: Boolean) : GetPhotoFeedResult
Successful result containing photo feed data.