leftypol/inc/Data/OembedResponse.php

11 lines
201 B
PHP

<?php
namespace Vichan\Data;
/**
* Raw return values, those aren't validated beyond being not null and the type.
*/
class OembedResponse {
public ?string $title;
public ?string $thumbnail_url;
}