Package-level declarations

Types

Link copied to clipboard
data class Clan(val id: String, val name: String, val tag: String, val level: Int, val memberCount: Int)

Functions

Link copied to clipboard
suspend fun PubgApi.getClanById(clanId: String, platform: Platform = Platform.STEAM): Clan

Returns a single Clan by their clan ID.