1 | <?php |
||
29 | class ShippingQuery extends Entity |
||
30 | { |
||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function subEntities() |
||
41 | |||
42 | /** |
||
43 | * Answer this shipping query. |
||
44 | * |
||
45 | * @param bool $ok |
||
46 | * @param array $data |
||
47 | * |
||
48 | * @return \Longman\TelegramBot\Entities\ServerResponse |
||
49 | */ |
||
50 | public function answer($ok, array $data = []) |
||
57 | } |
||
58 |