track

abstract suspend fun track(state: JsonObject)(source)

Store an object in your presence's state. Other clients can get this data when you either join or leave the channel. Use this method again to update the state.

Parameters

state

the data to store