API break change, edit message text/caption methods and `Message.mediaGroupId`.
- API break change:
ZEGBot.run(withHandler:)
now accepts a block of handling MULTIPLEUpdate
objects, it used to accept a block of handling a singleUpdate
object. - Added edit message text method and edit message caption method.
- Added
Message.mediaGroupId
.