quackamollie.core.bot.callback.user_settings_callback module¶
Module for the User Settings sub-menu of the /settings Telegram bot command
- async quackamollie.core.bot.callback.user_settings_callback.document_management_callback_handler(query: CallbackQuery)[source]¶
Callback query handler for the “User Settings/Documents Management” section of the bot. Allow modification of the user documents and associated sharing rules.
- Parameters:
query (CallbackQuery) – A callback query given by aiogram
- async quackamollie.core.bot.callback.user_settings_callback.user_settings_callback_handler(query: CallbackQuery)[source]¶
Callback query handler for the “User Settings” section of the bot. Allow modification of the user app settings.
- Parameters:
query (CallbackQuery) – A callback query given by aiogram