mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-24 22:16:49 +00:00
Added Chat
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace BushlanovDev\MaxMessengerBot\Models;
|
||||
|
||||
final readonly class Image extends AbstractModel
|
||||
{
|
||||
/**
|
||||
* @param string $url URL of image.
|
||||
*/
|
||||
public function __construct(
|
||||
public string $url,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user