if(preg_match("/^[\/\#\!]?(pvread) (on|off)$/i", $text)){
preg_match("/^[\/\#\!]?(pvread) (on|off)$/i", $text, $m);
$data['pvread'] = $m[2];
file_put_contents("data.json", json_encode($data));
$MadelineProto->messages->editMessage(['peer' => $peer,'id' => $msg_id,'message' =>...