add_channel
Method
This is a method of the PushChannelProtocol class in the protocols module.Create a named channel.
Signature
Parameters
str
required
Unique channel name
Optional
Optional channel metadata
Returns
bool
True if created, False if already exists
Source
View on GitHub
praisonaiagents/gateway/protocols.py at line 1283
