is_webhook_mode
Method
This is a method of the BotConfig class in the config module.Whether bot is configured for webhook mode.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/bots/config.py at line 77is_webhook_mode: Whether bot is configured for webhook mode.
This is a method of the BotConfig class in the config module.Whether bot is configured for webhook mode.
def is_webhook_mode() -> bool
praisonaiagents/bots/config.py at line 77