bot_user
Method
This is a method of the BotProtocol class in the protocols module.The bot’s user information.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 317bot_user: The bot’s user information.
This is a method of the BotProtocol class in the protocols module.The bot’s user information.
def bot_user() -> Optional[BotUser]
praisonaiagents/bots/protocols.py at line 317