FeedChannelChangeLogsResult

data class FeedChannelChangeLogsResult(val updatedChannels: List<FeedChannel>, val deletedChannelUrls: List<String>, val hasMore: Boolean, val token: String)

Represents a result from FeedChannel changelogs.

Since

4.15.0

See also

Constructors

Link copied to clipboard
constructor(updatedChannels: List<FeedChannel>, deletedChannelUrls: List<String>, hasMore: Boolean, token: String)

Properties

Link copied to clipboard

The deleted channel urls.

Link copied to clipboard

Whether there are more channels or not.

Link copied to clipboard

The token.

Link copied to clipboard
val updatedChannels: List<FeedChannel>

The updated channels.