1 | <?php |
||
26 | class InlineQuery extends Entity |
||
27 | { |
||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | protected function subEntities() |
||
38 | |||
39 | /** |
||
40 | * Answer this inline query with the passed results. |
||
41 | * |
||
42 | * @param InlineQueryResult[] $results |
||
43 | * @param array $data |
||
44 | * |
||
45 | * @return ServerResponse |
||
46 | */ |
||
47 | public function answer(array $results, array $data = []) |
||
54 | } |
||
55 |