v0.3.1 – Simplified Core #4
zvizr
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changelog
Highlights
• Major internal refactor for clarity and maintainability
• Removed generic send() dispatcher
• Added explicit methods:
• message(chat_id, text)
• send_photo(chat_id, path)
• send_doc(chat_id, path)
• send_audio(chat_id, path)
• send_video(chat_id, path)
Improvements
• Reduced main code from ~175 to ~80 lines for now...
• Cleaner file/URL logic
• Improved type safety and argument handling
• Updated README with new usage examples
Breaking Changes
• .send() dispatcher removed
• Use new explicit methods directly
This discussion was created from the release v0.3.1 – Simplified Core.
Beta Was this translation helpful? Give feedback.
All reactions