Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
@bot.message_handler(content_types=['new_chat_members'])
all_participants = [] async for user in bot.iter_participants(event.chat): if not user.bot: all_participants.append(user)