Skip to content

Commit

Permalink
Feature / Telegram Contact domains
Browse files Browse the repository at this point in the history
- Fix Contact interface
  • Loading branch information
glavvra4 committed Dec 16, 2023
1 parent 8f90190 commit 110debb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/Telegram/Message/Entity/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Core\Telegram\User\Entity\User;

readonly class Contact implements MessageEntityInterface
readonly class Contact implements ContactInterface
{
/**
* @param Contact\PhoneNumber $phoneNumber
Expand Down
9 changes: 9 additions & 0 deletions core/Telegram/Message/Entity/ContactInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

namespace Core\Telegram\Message\Entity;

interface ContactInterface
{
}

0 comments on commit 110debb

Please sign in to comment.