sendOriginalImage property

bool sendOriginalImage
read / write

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.

Implementation

bool sendOriginalImage = false;