2.2 Мелкие улучшения и аннотации файлы

This commit is contained in:
Verum
2025-03-16 02:49:45 +07:00
parent c448a38918
commit d10e1b4834
17 changed files with 29 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ __all__ = ("admin_lists",)
# Функция составления словаря администраторов
async def admin_lists(chat_id: int):
async def admin_lists(chat_id: int) -> str:
admins = await bot.get_chat_administrators(chat_id)
# Формируем список упоминаний администраторов
admin_mentions = []