| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class SetChatStickerSetMethod |
||
| 15 | { |
||
| 16 | use ChatIdVariableTrait; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Name of the sticker set to be set as the group sticker set. |
||
| 20 | * |
||
| 21 | * @var string |
||
| 22 | */ |
||
| 23 | public $stickerSetName; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * SetChatStickerSetMethod constructor. |
||
| 27 | * |
||
| 28 | * @param int|string $chatId |
||
| 29 | * @param string $stickerSetName |
||
| 30 | */ |
||
| 31 | public function __construct($chatId, string $stickerSetName) |
||
| 37 |