Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 355 Bytes

CHANGELOG.MD

File metadata and controls

14 lines (9 loc) · 355 Bytes

Changelog

2022

February 21st (0.2.0)

  • 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")

February 14th

  • Initial Release