This repository was archived by the owner on Feb 25, 2024. It is now read-only.
Releases: brain4tech/b4t-python-telegram-bot
Releases · brain4tech/b4t-python-telegram-bot
2.0.0
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
- send video animations
- send media in media groups
- added polls, dices, contacts, locations and venues
1.3.0
- 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
- revoked better kicking method
1.2.1
- might have removed to many .json()s -.-
1.2.0
- token validation and checking
- new methods getChatMember()
- improved editing of messages
- changed return values of post()s and get()s
1.1.2
- second return value for TelegramBot.poll()
1.1.1
Fix for pypi
1.1.0
- more methods
- new bot-mode
see changelog for more details