Skip to main content

set_home

Method
This is a method of the HomeChannelRegistryProtocol class in the protocols module.
Set the home channel for a platform.

Signature

Parameters

str
required
Platform name (e.g., “telegram”, “slack”, “discord”)
str
required
Platform-specific chat/channel ID
Optional[str]
Optional thread ID for threaded platforms

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 2281