Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

is_user_allowed

Method
This is a method of the BotConfig class in the config module.
Check if a user is allowed to interact with the bot.

Signature

def is_user_allowed(user_id: str) -> bool

Parameters

user_id
str
required
No description available.

Returns

Returns
bool
The result of the operation.

Source

View on GitHub

praisonaiagents/bots/config.py at line 81