Releases: ebellocchia/telegram_periodic_msg_bot
Releases · ebellocchia/telegram_periodic_msg_bot
Version 0.4.0
- Migrate to full async/await client
- Topics support: if bot is started in a topic, it'll send messages in that specific topic (not in General like before).
All task commands operates in the topic where they are executed.
Version 0.3.5
- Use
pyrotgfork, sincepyrogramwas archived
Version 0.3.4
- Update Python versions
Version 0.3.3
- Fix replying to commands in topics
Version 0.3.2
- Fix usage in channels
Version 0.3.1
- Fix some mypy and prospector warnings
- Add configuration for isort and run it on project
Version 0.3.0
- Add support for pyrogram version 2 (version 1 still supported)
Version 0.2.4
- Bot can now work in channels
Version 0.2.3
- Handle anonymous user case when executing a command
Version 0.2.2
- Add command for showing bot version