Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
get_user: Get user information.
This is a method of the BotProtocol class in the bots module.
async def get_user(&self, user_id: &str) -> Result<Option<BotUser>>