Mark channels as read
1 files changed, 2 insertions(+), 0 deletions(-) M main.py
M main.py => main.py +2 -0
@@ 28,6 28,8 @@ async def translate(cl: Client, msg: Message): disable_notification=bool(msg.edit_date) ) + await user.read_history(msg.chat.id, msg.message_id) + bot.start() print(f"bot '{bot.get_me().username}' started")