Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Помогите с функцией "mute" #36

Open
Chuvack19 opened this issue Mar 31, 2023 · 1 comment
Open

Помогите с функцией "mute" #36

Chuvack19 opened this issue Mar 31, 2023 · 1 comment

Comments

@Chuvack19
Copy link

Добрый день . Хочу создать бота модератора для своих сообществ ICQ и столкнулся с проблемой, не могу найти функцию "mute" - пользователей, а она мне очень нужна для модерации чатов. Не могли бы вы мне помочь с этим вопросом? У вас в тестовом боте я нашел только функцию блока пользователей.

# Block user in chat
bot.chat_block_user(chat_id=TEST_CHAT, user_id=TEST_USER, del_last_messages=True)
# Unlock user in chat
bot.chat_unblock_user(chat_id=TEST_CHAT, user_id=TEST_USER) 

Буду очень благодарен если поможете мне с моим вопросом.

@uTacker60
Copy link

Этой функции нет в этой библиотеке.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants