forked from leftypol/leftypol
OembedResponse.php: add oembed POD
This commit is contained in:
parent
bf42570d5d
commit
0e9c9de5c6
1 changed files with 12 additions and 0 deletions
12
inc/Data/OembedResponse.php
Normal file
12
inc/Data/OembedResponse.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
namespace Vichan\Data;
|
||||||
|
|
||||||
|
|
||||||
|
class OembedResponse {
|
||||||
|
public string $type;
|
||||||
|
public ?string $title;
|
||||||
|
public ?int $cache_age;
|
||||||
|
public ?string $thumbnail_url;
|
||||||
|
public ?int $thumbnail_width;
|
||||||
|
public ?int $thumbnail_height;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue