- don't send ID in private chats on Telegram
- check if
event.message.sender
isNone
to avoidAttributeError
.
- added support for message replies/quotes
- register bot's supported commands in Telegram for better usability
- improve debugging
- truncate too long nicknames when relaying messages to telegram
- convert
.acc
voice messages to mp3
- ignore messages from self
- remove bridge if the Telegram chat ID is invalid or the bot was removed from the Telegram chat
- initial release