function __construct($args)
 {
     parent::__construct($args);
     if ($this->api->ends_with($this->path, '/delete')) {
         $this->post_object_format['status']['deleted'] = 'The post has been deleted permanently.';
     }
 }
 function __construct($args)
 {
     parent::__construct($args);
 }