telegram.py updates
9 subscribers
4 links
Official updates channel for telegram.py
Download Telegram
Channel created
Channel photo updated
This is the official update channel for telegram.py. Subscribe to this channel to be notified of new releases.
telegram.py version 0.1.0 has been released to PyPI (https://pypi.org/project/telegram.py).
This project is still under development and not stable.
Version 0.2.0 has been released to PyPI.

New:
- Ratelimit and better error code handling
- Message deleting and editing

Bug Fixes:
- Fix a few typos
Version 0.3.0 has been released to PyPI. Version 0.3.0 Introduces bug fixes and improvements

New:
- Add a description attribute to Cog
- Add a username attribute to Chat
- Add a signature and clean_params to Command
- Add converters
- Raise CommandInvokeError when the command callback itself fails
- Better BadArgument errors
- Don't show hidden commands in the help menu

Bug Fixes:
- Fix listeners not being added when a cog is loaded
- Remove listeners properly when a cog is removed
- Fix member and chat fetching raising 404 errors
- Fix bug in help command
- Don't run the default command error handler if a command_error listener is registered
Version 0.3.1 has been released to PyPI. This fixes a few things.

New:
- Add command and command_completion events
- Add a start method to Client
- Add start alias for help command

Bug Fixes:
- Ignore commands directed at other bots (/command@OtherBot will not invoke @‍YourBot)

Other:
- Better logging
- get_context is now async
- Improvements with error messages
Hello.

A group for telegram.py has been created. You can find it here: t.me/tpy_group
Feel free to ask questions, make suggestions, or discuss the library in this group.
Hey,

It's been a while, but I've been working on version 1.0.0, which I hope to release in the near-future. This should be a major improvement over previous versions.

I've fixed many of the bugs and rewritten some parts of the library to work closer with how Telegram intends features to work. Importantly, I'm also addressing many missing features and trying to add more complete coverage of bot API.

Feel free to install it from GitHub today as you will gain access to many new features. While I try to keep the development version stable, you may still encounter minor issues with it from time to time. I'd greatly appreciate any bug reports, feedback, or suggestions on the new version in the telegram group.

Here is a comprehensive change log that I will be updating up to release, as I continue to add new features: https://telegrampy.readthedocs.io/en/latest/changelog.html#v1-0-0.
🔥3
Channel photo updated