Konata.Core
Konata.Core copied to clipboard
[feature request]Add a ImageChain.Download() function
Describe features you've considered / 新功能描述
provide a function that could download a image in ImageChain as byte[] (etc..). So i don't need to handle it manually.
In the current architecture, we have to ref Bot instance from the ImageChain if we do that. This will bring some troubles.