示例#1
0
def mute(bot: Bot, update: Update, chat: Chat):
    if not chat.muted:
        chat.muted = True
        bot.send_message(
            chat.id,
            '👌 вернуть обратно - /start')  # OK emoji :))))
        return