Changelog of botogram 0.5.x¶
Here you can find all the changes in the botogram 0.5.x releases.
botogram 0.5¶
Alpha release, released on February 15th, 2018.
Release description not yet written.
New features¶
- Added Brazilian Portuguese translation
- Added Portuguese translation
- Added ability to override default i18n messages
- New attribute
botogram.Bot.override_i18n
- New attribute
- Added support for captions in audios, files and voices
- New argument
caption
inbotogram.Chat.send_audio()
- New argument
caption
inbotogram.Chat.send_file()
- New argument
caption
inbotogram.Chat.send_voice()
- New argument
caption
inbotogram.User.send_audio()
- New argument
caption
inbotogram.User.send_file()
- New argument
caption
inbotogram.User.send_voice()
- New argument
- Added support for sending media by ID or URL
- New arguments
file_id
andurl
inbotogram.Chat.send_photo()
- New arguments
file_id
andurl
inbotogram.User.send_photo()
- New arguments
file_id
andurl
inbotogram.Chat.send_audio()
- New arguments
file_id
andurl
inbotogram.User.send_audio()
- New arguments
file_id
andurl
inbotogram.Chat.send_voice()
- New arguments
file_id
andurl
inbotogram.User.send_voice()
- New arguments
file_id
andurl
inbotogram.Chat.send_video()
- New arguments
file_id
andurl
inbotogram.User.send_video()
- New arguments
file_id
andurl
inbotogram.Chat.send_file()
- New arguments
file_id
andurl
inbotogram.User.send_file()
- New arguments
file_id
andurl
inbotogram.Chat.send_photo()
- New arguments
file_id
andurl
inbotogram.User.send_photo()
- New arguments
Bug fixes¶
- Fixed invalid callbacks sent to chats different than the current one