quackamollie.core.enum.role_type module¶
- class quackamollie.core.enum.role_type.AppRoleType(value)[source]¶
Bases:
EnumApplication roles attributed to users by IDs using the command line options. disallowed allows removing rights for the user while keeping information in the database. To remove users data, the user should call /delete_account in its private chat with the bot or admin can call the dedicated database function or command line.
- admin = 'ADMIN'¶
- authorized = 'AUTHORIZED'¶
- moderator = 'MODERATOR'¶
- system = 'SYSTEM'¶
- unauthorized = 'UNAUTHORIZED'¶