// try get the id of the receive image and analyse
/*
$media_id = $postObj->MediaId;
$textTpl = "
%s
";
$length = strlen($media_id);
$contentStr = "I have received the image message you sent, the id of this image is # $media_id #, and the length of media_id is # $length #";
$resultStr = sprintf($textTpl, $fromUsername, $toUsername, $time, 'text', $contentStr);
break;
*/