@@ -36,7 +36,7 @@ |
||
36 | 36 | public int $proximity_alert_radius; |
37 | 37 | |
38 | 38 | |
39 | - public function __construct(stdClass|null $object = null) { |
|
39 | + public function __construct(stdClass | null $object = null) { |
|
40 | 40 | if ($object != null) { |
41 | 41 | parent::__construct($object, self::subs); |
42 | 42 | } |
@@ -31,7 +31,7 @@ |
||
31 | 31 | public int $total_amount; |
32 | 32 | |
33 | 33 | |
34 | - public function __construct(stdClass|null $object = null) { |
|
34 | + public function __construct(stdClass | null $object = null) { |
|
35 | 35 | if ($object != null) { |
36 | 36 | parent::__construct($object, self::subs); |
37 | 37 | } |
@@ -26,7 +26,7 @@ |
||
26 | 26 | public int $retry_after; |
27 | 27 | |
28 | 28 | |
29 | - public function __construct(stdClass|null $object = null) { |
|
29 | + public function __construct(stdClass | null $object = null) { |
|
30 | 30 | if ($object != null) { |
31 | 31 | parent::__construct($object, self::subs); |
32 | 32 | } |
@@ -19,7 +19,7 @@ |
||
19 | 19 | public array $inline_keyboard; |
20 | 20 | |
21 | 21 | |
22 | - public function __construct(stdClass|null $object = null) { |
|
22 | + public function __construct(stdClass | null $object = null) { |
|
23 | 23 | if ($object != null) { |
24 | 24 | parent::__construct($object, self::subs); |
25 | 25 | } |
@@ -25,7 +25,7 @@ |
||
25 | 25 | public string $secret; |
26 | 26 | |
27 | 27 | |
28 | - public function __construct(stdClass|null $object = null) { |
|
28 | + public function __construct(stdClass | null $object = null) { |
|
29 | 29 | if ($object != null) { |
30 | 30 | parent::__construct($object, self::subs); |
31 | 31 | } |
@@ -27,7 +27,7 @@ |
||
27 | 27 | public array $prices; |
28 | 28 | |
29 | 29 | |
30 | - public function __construct(stdClass|null $object = null) { |
|
30 | + public function __construct(stdClass | null $object = null) { |
|
31 | 31 | if ($object != null) { |
32 | 32 | parent::__construct($object, self::subs); |
33 | 33 | } |
@@ -15,7 +15,7 @@ |
||
15 | 15 | public int $message_id; |
16 | 16 | |
17 | 17 | |
18 | - public function __construct(stdClass|null $object = null) { |
|
18 | + public function __construct(stdClass | null $object = null) { |
|
19 | 19 | if ($object != null) { |
20 | 20 | parent::__construct($object, self::subs); |
21 | 21 | } |
@@ -104,7 +104,7 @@ |
||
104 | 104 | public chatLocation $location; |
105 | 105 | |
106 | 106 | |
107 | - public function __construct(stdClass|null $object = null) { |
|
107 | + public function __construct(stdClass | null $object = null) { |
|
108 | 108 | if ($object != null) { |
109 | 109 | parent::__construct($object, self::subs); |
110 | 110 | } |
@@ -36,7 +36,7 @@ |
||
36 | 36 | public string $google_place_type; |
37 | 37 | |
38 | 38 | |
39 | - public function __construct(stdClass|null $object = null) { |
|
39 | + public function __construct(stdClass | null $object = null) { |
|
40 | 40 | if ($object != null) { |
41 | 41 | parent::__construct($object, self::subs); |
42 | 42 | } |