- Message context re-written to improve readibility
- Chain creation optimized
- context send() method recognizes method from parameters ex: send({photo:...}) calls sendPhoto
- context has two new props: silent, protect ex: res.silent.protect.to(chat).send("msg")
- Initial Release