ChannelView
data class ChannelView @ApiResultType constructor(val id: CharSequenceID, val guildId: CharSequenceID, val userId: CharSequenceID, val parentId: CharSequenceID, val name: String, val topic: String, val type: Int, val level: Int, val slowMode: Int, val maximumMember: Int, val isCategory: Boolean, val serverUrl: String, val permissionOverwrites: List<ChannelPermissionOverwrites> = emptyList(), val permissionUsers: List<CharSequenceID> = emptyList(), val permissionSync: Int = 0) : Channel
Constructors
Link copied to clipboard
fun ChannelView(id: CharSequenceID, guildId: CharSequenceID, userId: CharSequenceID, parentId: CharSequenceID, name: String, topic: String, type: Int, level: Int, slowMode: Int, maximumMember: Int, isCategory: Boolean, serverUrl: String, permissionOverwrites: List<ChannelPermissionOverwrites> = emptyList(), permissionUsers: List<CharSequenceID> = emptyList(), permissionSync: Int = 0)