get_user
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Get user information.
Signature
Parameters
User ID to look up
Returns
User information or None if not found
Get user information.
This is a method of the BotProtocol class in the protocols module.Get user information.
async def get_user(user_id: str) -> Optional[BotUser]