1 | <?php |
||
18 | * again. |
||
19 | * |
||
20 | * Objects defined as-is july 2016 |
||
21 | * |
||
22 | * @see https://core.telegram.org/bots/api#getfile |
||
23 | */ |
||
24 | class GetFile extends TelegramMethods |
||
25 | { |
||
26 | /** |
||
27 | * File identifier to get info about |
||
28 | * @var string |
||
29 | */ |
||
30 | public $file_id = ''; |
||
31 | |||
32 | /** |
||
33 | * This call will return an array with updates, so call up a custom type to do this |
||
34 | * |
||
35 | * @param array $data |
||
36 | * @param LoggerInterface $logger |
||
44 |