| 1 | <?php |
||
| 6 | class StartButton extends ThreadSettings |
||
| 7 | { |
||
| 8 | |||
| 9 | /** |
||
| 10 | * @var string |
||
| 11 | */ |
||
| 12 | protected $payload; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * StartButton constructor. |
||
| 16 | * |
||
| 17 | * @param string $payload |
||
| 18 | */ |
||
| 19 | public function __construct(string $payload) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return array |
||
| 28 | */ |
||
| 29 | public function jsonSerialize(): array |
||
| 40 | } |
||
| 41 |