| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | class CallbackQuery extends Entity |
||
| 30 | { |
||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | protected function subEntities(): array |
||
| 39 | ]; |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Answer this callback query. |
||
| 44 | * |
||
| 45 | * @param array $data |
||
| 46 | * |
||
| 47 | * @return ServerResponse |
||
| 48 | */ |
||
| 49 | public function answer(array $data = []): ServerResponse |
||
| 56 |