Added attachment LinkButton

This commit is contained in:
Alex
2025-07-16 08:47:16 +03:00
parent a7c948dd95
commit 3e93f14784
7 changed files with 75 additions and 13 deletions
-4
View File
@@ -21,7 +21,6 @@ class ModelFactory
* @param array<string, mixed> $data
*
* @return Result
*
* @throws ReflectionException
*/
public function createResult(array $data): Result
@@ -35,7 +34,6 @@ class ModelFactory
* @param array<string, mixed> $data
*
* @return BotInfo
*
* @throws ReflectionException
*/
public function createBotInfo(array $data): BotInfo
@@ -49,7 +47,6 @@ class ModelFactory
* @param array<string, mixed> $data
*
* @return Subscription
*
* @throws ReflectionException
*/
public function createSubscription(array $data): Subscription
@@ -78,7 +75,6 @@ class ModelFactory
* @param array<string, mixed> $data
*
* @return Message
*
* @throws ReflectionException
*/
public function createMessage(array $data): Message