sendOriginalImage property

bool sendOriginalImage
getter/setter pair

~english Whether to send the original image.

  • false: (default) No. The original image will be compressed if it exceeds 100 KB and the thumbnail will be sent.
  • true: Yes. ~end

~chinese 设置发送图片时,是否发送原图。

  • (默认)false:图片小于 100 KB 时,发送原图和缩略图;图片大于 100 KB 时,发送压缩后的图片和压缩后图片的缩略图。
  • true:发送原图和缩略图。 ~end

Implementation

bool sendOriginalImage = false;