я хочу использовать шаблон для исключения слов с шаблоном. Можете ли вы мне помочь?
Код: Выделить всё
list_words_to_exclude = [word1, word2, word3]
@client.on(events.NewMessage(incoming=True, from_users=lista_canali, pattern=list_words_to_exclude ))
async def gestione_eventi(evento):
Подробнее здесь: https://stackoverflow.com/questions/673 ... ew-message
Мобильная версия