Skip to main content

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.