quackamollie.core.bot.callback.info_callback module¶
Module for the Info section of the /settings Telegram bot command
- async quackamollie.core.bot.callback.info_callback.info_callback_handler(quackamollie_settings: QuackamollieSettings, query: CallbackQuery)[source]¶
Callback query handler for the “Info” section of the bot. Show general information about the bot and if the user is an admin or a moderator, it shows also the current running version of quackamollie-core.
- Parameters:
quackamollie_settings (QuackamollieSettings) – The application settings initialized from click context
query (CallbackQuery) – A callback query given by aiogram