VoiceChannelPage

data class VoiceChannelPage(val items: List<VoiceChannelListItem>, val page: Int, val pageSize: Int, val total: Int?)

Constructors

Link copied to clipboard
constructor(items: List<VoiceChannelListItem>, page: Int, pageSize: Int, total: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
val page: Int
Link copied to clipboard
Link copied to clipboard
val total: Int?