SimpleGuildWithRolesAndChannels

constructor(id: String, name: String, topic: String, userId: String, icon: String, notifyType: Int, region: String, enableOpen: Boolean, openId: String, defaultChannelId: String, welcomeChannelId: String, roles: List<SimpleRole> = emptyList(), channels: List<SimpleChannel> = emptyList())(source)