Bashbot Version 1.40
New features as of V1.40:
- initial support to receive Telegram Updates via webhook
- add functions for managing webhook
- extend support for handling inlineKeyboards and button callback
- add support for promote/denote users in groups
- factor out update processing to
modules/processUpdates.sh - factor out
initcommand tobin/bashbot_init.inc.sh - add scripts
bin/send_buttons.sh,bin/edit_buttons.sh,bin/kickban_user.sh,bin/promote_user.sh - add script
bin/any_commandto test/run bashbot functions - finally replace old
JsonGetString,JsonGetLine,JsonGetValuefunctions with UPD array access - improve misc scripts in
dev/ - better handling of sourcing from shell
Plus the usual small bug fixes and documentation improvements ...