Skip to content

Releases: voider1/teleborg

Bug fix

24 Apr 09:21
Compare
Choose a tag to compare
Bug fix Pre-release
Pre-release

The bot stopped working if you'd try to parse certain objects because they weren't in the library yet. This patch should resolve that.

Bug fix and some new features

23 Apr 15:21
Compare
Choose a tag to compare
Pre-release

A very annoying bug is fixed where the bot would stop working after a certain amount of time because of insensible defaults. I've added more sensible defaults now and it should not happen in the future anymore. There are also new features added:

  • Send a chat action
  • Send a contact
  • The InlineKeyboardMarkup is available as markup

I decided to do this release because of the annoying bug which should be fixed, the next release will not be long after this one and will include all other markups.

Fixing a bug

20 Mar 12:45
Compare
Choose a tag to compare
Fixing a bug Pre-release
Pre-release

Fixing a bug where the Message.from field was empty

Documentation and user friendly imports

19 Mar 23:04
Compare
Choose a tag to compare
Pre-release

There is documentation now and I've made the importing system more user-friendly. Enjoy!

Basic functionality

17 Mar 23:13
Compare
Choose a tag to compare
Basic functionality Pre-release
Pre-release

Basic functionality implemented:

  • Command handlers
  • Command arguments
  • Message handlers
  • Send message
  • Respond to message