@@ -49,7 +49,7 @@ |
||
49 | 49 | public webAppInfo $web_app; |
50 | 50 | |
51 | 51 | |
52 | - public function __construct(stdClass|null $object = null) { |
|
52 | + public function __construct(stdClass | null $object = null) { |
|
53 | 53 | if ($object != null) { |
54 | 54 | parent::__construct($object, self::subs); |
55 | 55 | } |
@@ -80,7 +80,7 @@ |
||
80 | 80 | public bool $pay; |
81 | 81 | |
82 | 82 | |
83 | - public function __construct(stdClass|null $object = null) { |
|
83 | + public function __construct(stdClass | null $object = null) { |
|
84 | 84 | if ($object != null) { |
85 | 85 | parent::__construct($object, self::subs); |
86 | 86 | } |
@@ -18,7 +18,7 @@ |
||
18 | 18 | public array $users; |
19 | 19 | |
20 | 20 | |
21 | - public function __construct(stdClass|null $object = null) { |
|
21 | + public function __construct(stdClass | null $object = null) { |
|
22 | 22 | if ($object != null) { |
23 | 23 | parent::__construct($object, self::subs); |
24 | 24 | } |
@@ -64,7 +64,7 @@ |
||
64 | 64 | public int $thumb_height; |
65 | 65 | |
66 | 66 | |
67 | - public function __construct(stdClass|null $object = null) { |
|
67 | + public function __construct(stdClass | null $object = null) { |
|
68 | 68 | if ($object != null) { |
69 | 69 | parent::__construct($object, self::subs); |
70 | 70 | } |
@@ -53,7 +53,7 @@ |
||
53 | 53 | public int $duration; |
54 | 54 | |
55 | 55 | |
56 | - public function __construct(stdClass|null $object = null) { |
|
56 | + public function __construct(stdClass | null $object = null) { |
|
57 | 57 | if ($object != null) { |
58 | 58 | parent::__construct($object, self::subs); |
59 | 59 | } |
@@ -27,7 +27,7 @@ |
||
27 | 27 | public bool $disable_web_page_preview; |
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 | } |
@@ -11,7 +11,7 @@ |
||
11 | 11 | /** Keep all of properties which has sub properties */ |
12 | 12 | private const subs = []; |
13 | 13 | |
14 | - public function __construct(stdClass|null $object = null) { |
|
14 | + public function __construct(stdClass | null $object = null) { |
|
15 | 15 | if ($object != null) { |
16 | 16 | parent::__construct($object, self::subs); |
17 | 17 | } |
@@ -49,7 +49,7 @@ |
||
49 | 49 | public int $thumb_height; |
50 | 50 | |
51 | 51 | |
52 | - public function __construct(stdClass|null $object = null) { |
|
52 | + public function __construct(stdClass | null $object = null) { |
|
53 | 53 | if ($object != null) { |
54 | 54 | parent::__construct($object, self::subs); |
55 | 55 | } |
@@ -18,7 +18,7 @@ |
||
18 | 18 | public int $chat_id; |
19 | 19 | |
20 | 20 | |
21 | - public function __construct(stdClass|null $object = null) { |
|
21 | + public function __construct(stdClass | null $object = null) { |
|
22 | 22 | if ($object != null) { |
23 | 23 | parent::__construct($object, self::subs); |
24 | 24 | } |