@@ -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 | } |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | public string $custom_title; |
| 66 | 66 | |
| 67 | 67 | |
| 68 | - public function __construct(stdClass|null $object = null) { |
|
| 68 | + public function __construct(stdClass | null $object = null) { |
|
| 69 | 69 | if ($object != null) { |
| 70 | 70 | parent::__construct($object, self::subs); |
| 71 | 71 | } |
@@ -62,7 +62,7 @@ |
||
| 62 | 62 | public string $title; |
| 63 | 63 | |
| 64 | 64 | |
| 65 | - public function __construct(stdClass|null $object = null) { |
|
| 65 | + public function __construct(stdClass | null $object = null) { |
|
| 66 | 66 | if ($object != null) { |
| 67 | 67 | parent::__construct($object, self::subs); |
| 68 | 68 | } |
@@ -43,7 +43,7 @@ |
||
| 43 | 43 | public string $language; |
| 44 | 44 | |
| 45 | 45 | |
| 46 | - public function __construct(stdClass|null $object = null) { |
|
| 46 | + public function __construct(stdClass | null $object = null) { |
|
| 47 | 47 | if ($object != null) { |
| 48 | 48 | parent::__construct($object, self::subs); |
| 49 | 49 | } |