Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Releases: brain4tech/b4t-python-telegram-bot

2.0.0

17 Mar 19:10

Choose a tag to compare

2.0.0: Beware of breaking changes!
From now on all methods from TelegramBot (except poll()) return a tuple containing the request-response in form of a new class (TelegramResponse) and the original response as a dictionary.

After this update I will push commits/updates less frequent again.

That's it.
Happy coding (and debugging) :)

1.4.0

15 Mar 15:24

Choose a tag to compare

  • send video animations
  • send media in media groups
  • added polls, dices, contacts, locations and venues

1.3.0

09 Mar 18:03

Choose a tag to compare

  • new parameter for poll(): one_time polls for only one time if set to true
  • messages can be sent silently (no notification sound, notification will still pop up)
  • restrict chat members with restrictChatMember. Needs chat id, user id and instance of ChatPermissions
  • added reply-data to Message-class (bot-replying is in development)
  • sending audio, video and documents now works (shame on me, how could I miss that?)
  • add support for MarkdownV2-formatting

1.2.2

30 Sep 13:33

Choose a tag to compare

  • revoked better kicking method

1.2.1

29 Sep 18:39

Choose a tag to compare

  • might have removed to many .json()s -.-

1.2.0

29 Sep 18:04

Choose a tag to compare

  • token validation and checking
  • new methods getChatMember()
  • improved editing of messages
  • changed return values of post()s and get()s

1.1.2

22 Sep 20:21

Choose a tag to compare

  • second return value for TelegramBot.poll()

1.1.1

22 Sep 19:34
f48da10

Choose a tag to compare

Fix for pypi

1.1.0

22 Sep 14:59
af3a984

Choose a tag to compare

  • more methods
  • new bot-mode

see changelog for more details

1.0.0

21 Sep 09:58
54cfb2f

Choose a tag to compare

first release (Party, hurray!)