Skip to main content

track_presence

AsyncMethod
This is a method of the PresenceProtocol class in the protocols module.
Set or update a client’s presence status.

Signature

Parameters

str
required
Client identifier
str
default:"'online'"
Presence status (“online”, “idle”, “offline”)
Optional
Optional client metadata

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 1360