Guild
@Serializable
Constructors
Link copied to clipboard
constructor(id: String? = null, name: String? = null, nameLower: String? = null, coins: Int? = null, coinsEver: Int? = null, created: Long? = null, members: List<Member>? = null, ranks: List<Rank>? = null, achievements: Map<String, Int>? = null, exp: Long? = null, tagColor: String? = null, banner: Banner? = null, publiclyListed: Boolean? = null, preferredGames: List<String>? = null, description: String? = null, chatMute: Long? = null, tag: String? = null, guildExpByGameType: Map<String, Long>? = null)