is_bot
Method
This is a method of the BotUserProtocol class in the protocols module.Whether this user is a bot.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 269is_bot: Whether this user is a bot.
This is a method of the BotUserProtocol class in the protocols module.Whether this user is a bot.
def is_bot() -> bool
praisonaiagents/bots/protocols.py at line 269