Skip to content

Releases: ebellocchia/telegram_periodic_msg_bot

Version 0.4.0

30 Jan 13:38

Choose a tag to compare

  • 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

13 Jun 11:43

Choose a tag to compare

  • Use pyrotgfork, since pyrogram was archived

Version 0.3.4

09 Feb 18:41

Choose a tag to compare

  • Update Python versions

Version 0.3.3

28 Dec 12:17

Choose a tag to compare

  • Fix replying to commands in topics

Version 0.3.2

16 May 21:44

Choose a tag to compare

  • Fix usage in channels

Version 0.3.1

28 Sep 08:52

Choose a tag to compare

  • Fix some mypy and prospector warnings
  • Add configuration for isort and run it on project

Version 0.3.0

22 Jul 12:12

Choose a tag to compare

  • Add support for pyrogram version 2 (version 1 still supported)

Version 0.2.4

15 Dec 21:19

Choose a tag to compare

  • Bot can now work in channels

Version 0.2.3

15 Dec 10:07

Choose a tag to compare

  • Handle anonymous user case when executing a command

Version 0.2.2

10 Dec 20:35

Choose a tag to compare

  • Add command for showing bot version