Skip to content

Better Telegram API parsers, databases, plugins

Choose a tag to compare

@miamibc miamibc released this 16 May 10:31
· 270 commits to master since this release
30c3400

This will be the first public release of Joker in Github. Hope you like new features we added in this large update:

  • Better Telegram API parsers with ability to wrap any field into any class. Auto-detecting collections;
  • Sqlite and Redis databases can be attached to any class;
  • New Activity plugin will chase users and chats for updates in their info.

Since these additions was large enough, we had to change also implementations:

  • Some plugins updated to new Telegram API parsers and database;
  • More tests added.