@@ -20,7 +20,6 @@ |
||
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Class BPT |
23 | - |
|
24 | 23 | * @method getUpdates (int|null|array $offset = null, int|null $limit = null, int|null $timeout = null, array|null $allowed_updates = null, string|null $token = null, bool|null $return_array = null, bool|null $forgot = null, bool|null $answer = null) Use this method to receive incoming updates using long polling (wiki). An Array of Update objects is returned. |
25 | 24 | * @method getUp (int|null|array $offset = null, int|null $limit = null, int|null $timeout = null, array|null $allowed_updates = null, string|null $token = null, bool|null $return_array = null, bool|null $forgot = null, bool|null $answer = null) Use this method to receive incoming updates using long polling (wiki). An Array of Update objects is returned. |
26 | 25 | * @method updates (int|null|array $offset = null, int|null $limit = null, int|null $timeout = null, array|null $allowed_updates = null, string|null $token = null, bool|null $return_array = null, bool|null $forgot = null, bool|null $answer = null) Use this method to receive incoming updates using long polling (wiki). An Array of Update objects is returned. |