core
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
core
clans
/
dev.pubgkt.clans
Package-level
declarations
Types
Functions
Types
Clan
Link copied to clipboard
data
class
Clan
(
val
id
:
String
,
val
name
:
String
,
val
tag
:
String
,
val
level
:
Int
,
val
memberCount
:
Int
)
Functions
get
Clan
By
Id
Link copied to clipboard
suspend
fun
PubgApi
.
getClanById
(
clanId
:
String
,
platform
:
Platform
=
Platform.STEAM
)
:
Clan
Returns a single
Clan
by their clan ID.