@@ -31,7 +31,7 @@ |
||
| 31 | 31 | public chatInviteLink $invite_link; |
| 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 | } |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | public encryptedCredentials $credentials; |
| 25 | 25 | |
| 26 | 26 | |
| 27 | - public function __construct(stdClass|null $object = null) { |
|
| 27 | + public function __construct(stdClass | null $object = null) { |
|
| 28 | 28 | if ($object != null) { |
| 29 | 29 | parent::__construct($object, self::subs); |
| 30 | 30 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | public string $description; |
| 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 | } |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | public string $type; |
| 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 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | public string $inline_message_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 | } |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | public string $provider_payment_charge_id; |
| 38 | 38 | |
| 39 | 39 | |
| 40 | - public function __construct(stdClass|null $object = null) { |
|
| 40 | + public function __construct(stdClass | null $object = null) { |
|
| 41 | 41 | if ($object != null) { |
| 42 | 42 | parent::__construct($object, self::subs); |
| 43 | 43 | } |
@@ -314,7 +314,7 @@ |
||
| 314 | 314 | public string $audio_file_id; |
| 315 | 315 | |
| 316 | 316 | |
| 317 | - public function __construct(stdClass|null $object = null) { |
|
| 317 | + public function __construct(stdClass | null $object = null) { |
|
| 318 | 318 | if ($object != null) { |
| 319 | 319 | parent::__construct($object, self::subs); |
| 320 | 320 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | public string $address; |
| 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 | } |
@@ -139,13 +139,13 @@ discard block |
||
| 139 | 139 | public string $text; |
| 140 | 140 | |
| 141 | 141 | /** Optional. If user message was a commend , this parameter will be the commend */ |
| 142 | - public string|null $commend; |
|
| 142 | + public string | null $commend; |
|
| 143 | 143 | |
| 144 | 144 | /** Optional. If user message was a commend , this parameter will be the commend username(if exist) */ |
| 145 | - public string|null $commend_username; |
|
| 145 | + public string | null $commend_username; |
|
| 146 | 146 | |
| 147 | 147 | /** Optional. If user message was a commend , this parameter will be the commend payload(if exist) */ |
| 148 | - public string|null $commend_payload; |
|
| 148 | + public string | null $commend_payload; |
|
| 149 | 149 | |
| 150 | 150 | /** |
| 151 | 151 | * Optional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text |
@@ -318,7 +318,7 @@ discard block |
||
| 318 | 318 | public inlineKeyboardMarkup $reply_markup; |
| 319 | 319 | |
| 320 | 320 | |
| 321 | - public function __construct(stdClass|null $object = null) { |
|
| 321 | + public function __construct(stdClass | null $object = null) { |
|
| 322 | 322 | if ($object != null) { |
| 323 | 323 | parent::__construct($object, self::subs); |
| 324 | 324 | } |