ChannelView

constructor(id: String, guildId: String, userId: String, parentId: String, name: String, topic: String, type: Int, level: Int, slowMode: Int, hasPassword: Boolean = false, maximumMember: Int, isCategory: Boolean = type == 0, serverUrl: String, permissionUsers: List<String> = emptyList(), permissionSync: Int = 0, children: List<String>? = null)(source)