Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | class InlineQuery extends Entity |
||
22 | { |
||
23 | |||
24 | /** |
||
25 | * Answer this inline query with the passed results. |
||
26 | * |
||
27 | * @param InlineQueryResult[] $results |
||
28 | * @param array $data |
||
29 | * |
||
30 | * @return Response |
||
31 | */ |
||
32 | public function answer(array $results, array $data = []): Response |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | protected function subEntities(): array |
||
52 |