Presence Service
This interface defines methods for handling user presence information.
Functions
Link copied to clipboard
Fetch the given user's presence state.
Link copied to clipboard
abstract suspend fun setMyPresence(presence: PresenceEnum, statusMsg: String? = null)
Content copied to clipboard
Update the presence status for the current user.