Added:
- AdditionnalData for buttons - refresh manga metadata and chapters
This commit is contained in:
15
src/Message/RefreshMetadata.php
Normal file
15
src/Message/RefreshMetadata.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Message;
|
||||
|
||||
readonly class RefreshMetadata
|
||||
{
|
||||
public function __construct(private int $mangaId)
|
||||
{
|
||||
}
|
||||
|
||||
public function getMangaId(): int
|
||||
{
|
||||
return $this->mangaId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user