v1.8.3: добавлены docstrings и комментарии по AGENTS.md ко всем ключевым файлам

This commit is contained in:
2026-06-02 18:53:21 +03:00
parent 4c3026a80f
commit a7a39bdd5d
19 changed files with 212 additions and 0 deletions
+9
View File
@@ -1,3 +1,12 @@
"""
Клавиатуры для MAX Platform бота.
Типы кнопок:
- callback: callback-кнопка (consent_yes/consent_no)
- link: ссылка (политика конфиденциальности)
- request_contact: запрос контакта из мессенджера
- message: текстовая кнопка
"""
from typing import List, Dict, Any
POLITICA_URL = "https://aegisone.ru/politica.php"