DiscordGameActivity

data class DiscordGameActivity(val activityLevel: Int, val activityScore: Int)(source)

A representation of a Guild activity structure

Parameters

activityLevel

The activity level of the guild in the game

activityScore

The activity score of the guild in the game

Constructors

Link copied to clipboard
constructor(activityLevel: Int, activityScore: Int)

Properties

Link copied to clipboard
@SerialName(value = "activity_level")
val activityLevel: Int
Link copied to clipboard
@SerialName(value = "activity_score")
val activityScore: Int