username
Method
This is a method of the BotUserProtocol class in the protocols module.User’s username.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 264username: User’s username.
This is a method of the BotUserProtocol class in the protocols module.User’s username.
def username() -> Optional[str]
praisonaiagents/bots/protocols.py at line 264