Третья часть: сделаны обработчики команд

This commit is contained in:
Verum
2025-02-22 11:10:16 +07:00
parent 3dcd49a3cc
commit 3bb01751c3
20 changed files with 280 additions and 28 deletions

View File

@@ -3,6 +3,11 @@
from aiogram.types import ContentType
# Настройка экспорта из модуля
__all__ = ("types_message",)
# Функция определения типа сообщения
def types_message(message):
# Словарь для соответствия типов сообщений
content_types = {