Pure Python 3 MTProto API Telegram client library, for bots too!
-
Updated
Feb 8, 2022 - Python
sendat 设置的定时任务持久化
避免因服务重启导致定时任务丢失
开始以为是有 bug ,怎么定时任务设置好了以后正常发送个一两次就不发送了。后来偶然间发现是服务重启后所有定时任务就没有了。而重启这个行为又是不可避免的(安装、卸载插件,或者就是意外崩溃都可能重启),那么全部定时任务都要重新设置一遍就太麻烦了。如果能持久化保存就太好了。
If do you have problem like:
from pyrogram.raw.types import UpdateGroupCallConnection
ImportError: cannot import name 'UpdateGroupCallConnection' from 'pyrogram.raw.types' (/python3/site-packages/pyrogram/raw/types/__init__.py)
Or
File "/python3\site-packages\async_lru.py", line 237, in wrapped
return (yield from asyncio.shield(fut, loop=_loop))
TypeError: shiel
Add a description, image, and links to the telethon topic page so that developers can more easily learn about it.
To associate your repository with the telethon topic, visit your repo's landing page and select "manage topics."
Ultroid has Multi Language Support.
We are looking for some help, to complete translation work.
Your language strings must be added to the folder
strings/strings/.You can download English strings, translate it to your desired language and put it to