get_all_presence
Method
This is a method of the PresenceProtocol class in the protocols module.Get presence info, optionally filtered by channel.
Signature
Parameters
Optional[str]
If provided, only return presence for channel members
Returns
List[PresenceInfo]
The result of the operation.
Source
View on GitHub
praisonaiagents/gateway/protocols.py at line 1383
