leftypol/inc/Data/OembedResponse.php

12 lines
201 B
PHP
Raw Permalink Normal View History

2025-03-16 23:26:05 +01:00
<?php
namespace Vichan\Data;
2025-03-17 12:47:23 +01:00
/**
* Raw return values, those aren't validated beyond being not null and the type.
*/
2025-03-16 23:26:05 +01:00
class OembedResponse {
public ?string $title;
public ?string $thumbnail_url;
}