Success

data class Success(val channels: List<ChannelSummary>) : GetChannelInfoResult(source)

Successfully retrieved the list of channels.

Constructors

Link copied to clipboard
constructor(channels: List<ChannelSummary>)

Properties

Link copied to clipboard