@@ -29,11 +29,11 @@ |
||
29 | 29 | abstract protected function execRequest(string $url); |
30 | 30 | |
31 | 31 | /** @internal |
32 | - * \brief Store ID of the callback query received. */ |
|
32 | + * \brief Store ID of the callback query received. */ |
|
33 | 33 | protected $_callback_query_id; |
34 | 34 | |
35 | 35 | /** @internal |
36 | - * \brief Store ID of the inline query received. */ |
|
36 | + * \brief Store ID of the inline query received. */ |
|
37 | 37 | protected $_inline_query_id; |
38 | 38 | |
39 | 39 | /** |
@@ -27,7 +27,7 @@ |
||
27 | 27 | abstract protected function execRequest(string $url); |
28 | 28 | |
29 | 29 | /** @internal |
30 | - * \brief Contains parameters of the next request. */ |
|
30 | + * \brief Contains parameters of the next request. */ |
|
31 | 31 | protected $parameters; |
32 | 32 | |
33 | 33 | /** |