mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-25 00:46:51 +00:00
Added OpenAppButton factory method
This commit is contained in:
@@ -9,8 +9,7 @@ final readonly class Image extends AbstractModel
|
||||
/**
|
||||
* @param string $url URL of image.
|
||||
*/
|
||||
public function __construct(
|
||||
public string $url,
|
||||
) {
|
||||
public function __construct(public string $url)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user