Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class SetChatAdministratorCustomTitleMethod implements SetMethodAliasInterface |
||
18 | { |
||
19 | use ChatIdVariableTrait; |
||
20 | use UserIdVariableTrait; |
||
21 | |||
22 | /** |
||
23 | * @var string |
||
24 | */ |
||
25 | public $customTitle; |
||
26 | |||
27 | /** |
||
28 | * @param int|string $chatId |
||
29 | */ |
||
30 | 1 | public static function create($chatId, int $userId, string $title): SetChatAdministratorCustomTitleMethod |
|
40 |